taglinefilesource code
sun_path8include/linux/un.hchar sun_path[UNIX_PATH_MAX];  /* pathname */
sun_path426net/unix/af_unix.cmemcpy(sk->protinfo.af_unix.name, sunaddr->sun_path, addr_len+1);
sun_path490net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path516net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path671net/unix/af_unix.c*sunaddr->sun_path=0;
sun_path676net/unix/af_unix.cstrcpy(sunaddr->sun_path,sk->protinfo.af_unix.name);    /* 108 byte limited */
sun_path784net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path874net/unix/af_unix.cmemcpy(sunaddr->sun_path, skb->sk->protinfo.af_unix.name, 108);
sun_path876net/unix/af_unix.c*addr_len=strlen(sunaddr->sun_path)+sizeof(short);