tag | line | file | source code |
sun_path | 8 | include/linux/un.h | char sun_path[UNIX_PATH_MAX]; /* pathname */ |
sun_path | 433 | net/unix/af_unix.c | memcpy(sk->protinfo.af_unix.name, sunaddr->sun_path, addr_len+1); |
sun_path | 500 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
sun_path | 526 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
sun_path | 681 | net/unix/af_unix.c | *sunaddr->sun_path=0; |
sun_path | 686 | net/unix/af_unix.c | strcpy(sunaddr->sun_path,sk->protinfo.af_unix.name); /* 108 byte limited */ |
sun_path | 1033 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
sun_path | 1145 | net/unix/af_unix.c | memcpy(sunaddr->sun_path, skb->sk->protinfo.af_unix.name, 108); |
sun_path | 1147 | net/unix/af_unix.c | *addr_len=strlen(sunaddr->sun_path)+sizeof(short); |