taglinefilesource code
cmsg720net/unix/af_unix.cstatic int unix_fd_copy(struct sock *sk, struct cmsghdr *cmsg, struct file **fp)
cmsg722net/unix/af_unix.cint num=cmsg->cmsg_len-sizeof(struct cmsghdr);
cmsg724net/unix/af_unix.cint *fdp=(int *)cmsg->cmsg_data;
cmsg804net/unix/af_unix.cstatic void unix_detach_fds(struct sk_buff *skb, struct cmsghdr *cmsg)
cmsg817net/unix/af_unix.cif(cmsg==NULL)
cmsg821net/unix/af_unix.ccmnum=cmsg->cmsg_len-sizeof(struct cmsghdr);
cmsg823net/unix/af_unix.ccmfptr=(int *)&cmsg->cmsg_data;