taglinefilesource code
sun_path8include/linux/un.hchar sun_path[UNIX_PATH_MAX];  /* pathname */
sun_path432net/unix/af_unix.cmemcpy(sk->protinfo.af_unix.name, sunaddr->sun_path, addr_len+1);
sun_path499net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path525net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path680net/unix/af_unix.c*sunaddr->sun_path=0;
sun_path685net/unix/af_unix.cstrcpy(sunaddr->sun_path,sk->protinfo.af_unix.name);    /* 108 byte limited */
sun_path1039net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
sun_path1151net/unix/af_unix.cmemcpy(sunaddr->sun_path, skb->sk->protinfo.af_unix.name, 108);
sun_path1153net/unix/af_unix.c*addr_len=strlen(sunaddr->sun_path)+sizeof(short);