| tag | line | file | source code |
| cmsghdr | 676 | net/unix/af_unix.c | static struct cmsghdr *unix_copyrights(void *userp, int len) |
| cmsghdr | 678 | net/unix/af_unix.c | struct cmsghdr *cm; |
| cmsghdr | 691 | net/unix/af_unix.c | static void unix_returnrights(void *userp, int len, struct cmsghdr *cm) |
| cmsghdr | 702 | net/unix/af_unix.c | static int unix_fd_copy(struct sock *sk, struct cmsghdr *cmsg, struct file **fp) |
| cmsghdr | 704 | net/unix/af_unix.c | int num=cmsg->cmsg_len-sizeof(struct cmsghdr); |
| cmsghdr | 786 | net/unix/af_unix.c | static void unix_detach_fds(struct sk_buff *skb, struct cmsghdr *cmsg) |
| cmsghdr | 803 | net/unix/af_unix.c | cmnum=cmsg->cmsg_len-sizeof(struct cmsghdr); |
| cmsghdr | 918 | net/unix/af_unix.c | struct cmsghdr *cm=unix_copyrights(msg->msg_accrights, |
| cmsghdr | 920 | net/unix/af_unix.c | if(cm==NULL || msg->msg_accrightslen<sizeof(struct cmsghdr) || |
| cmsghdr | 1060 | net/unix/af_unix.c | struct cmsghdr *cm=NULL; |
| cmsghdr | 1076 | net/unix/af_unix.c | if(msg->msg_accrightslen<sizeof(struct cmsghdr) |