taglinefilesource code
sun_path8include/linux/un.hchar sun_path[UNIX_PATH_MAX];  /* pathname */
sun_path425net/unix/af_unix.cmemcpy(sk->protinfo.af_unix.name, sunaddr->sun_path, addr_len+1);
sun_path489net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path515net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path670net/unix/af_unix.c*sunaddr->sun_path=0;
sun_path675net/unix/af_unix.cstrcpy(sunaddr->sun_path,sk->protinfo.af_unix.name);    /* 108 byte limited */
sun_path782net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path872net/unix/af_unix.cmemcpy(sunaddr->sun_path, skb->sk->protinfo.af_unix.name, 108);
sun_path874net/unix/af_unix.c*addr_len=strlen(sunaddr->sun_path)+sizeof(short);