taglinefilesource code
sun_path8include/linux/un.hchar sun_path[UNIX_PATH_MAX];  /* pathname */
sun_path433net/unix/af_unix.cmemcpy(sk->protinfo.af_unix.name, sunaddr->sun_path, addr_len+1);
sun_path500net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path526net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path681net/unix/af_unix.c*sunaddr->sun_path=0;
sun_path686net/unix/af_unix.cstrcpy(sunaddr->sun_path,sk->protinfo.af_unix.name);    /* 108 byte limited */
sun_path1033net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path1145net/unix/af_unix.cmemcpy(sunaddr->sun_path, skb->sk->protinfo.af_unix.name, 108);
sun_path1147net/unix/af_unix.c*addr_len=strlen(sunaddr->sun_path)+sizeof(short);