taglinefilesource code
cmsg719net/unix/af_unix.cstatic int unix_fd_copy(struct sock *sk, struct cmsghdr *cmsg, struct file **fp)
cmsg721net/unix/af_unix.cint num=cmsg->cmsg_len-sizeof(struct cmsghdr);
cmsg723net/unix/af_unix.cint *fdp=(int *)cmsg->cmsg_data;
cmsg810net/unix/af_unix.cstatic void unix_detach_fds(struct sk_buff *skb, struct cmsghdr *cmsg)
cmsg823net/unix/af_unix.cif(cmsg==NULL)
cmsg827net/unix/af_unix.ccmnum=cmsg->cmsg_len-sizeof(struct cmsghdr);
cmsg829net/unix/af_unix.ccmfptr=(int *)&cmsg->cmsg_data;