tag | line | file | source code |
cmsghdr | 692 | net/unix/af_unix.c | static struct cmsghdr *unix_copyrights(void *userp, int len) |
cmsghdr | 694 | net/unix/af_unix.c | struct cmsghdr *cm; |
cmsghdr | 707 | net/unix/af_unix.c | static void unix_returnrights(void *userp, int len, struct cmsghdr *cm) |
cmsghdr | 718 | net/unix/af_unix.c | static int unix_fd_copy(struct sock *sk, struct cmsghdr *cmsg, struct file **fp) |
cmsghdr | 720 | net/unix/af_unix.c | int num=cmsg->cmsg_len-sizeof(struct cmsghdr); |
cmsghdr | 809 | net/unix/af_unix.c | static void unix_detach_fds(struct sk_buff *skb, struct cmsghdr *cmsg) |
cmsghdr | 826 | net/unix/af_unix.c | cmnum=cmsg->cmsg_len-sizeof(struct cmsghdr); |
cmsghdr | 941 | net/unix/af_unix.c | struct cmsghdr *cm=unix_copyrights(msg->msg_accrights, |
cmsghdr | 943 | net/unix/af_unix.c | if(cm==NULL || msg->msg_accrightslen<sizeof(struct cmsghdr) || |
cmsghdr | 1083 | net/unix/af_unix.c | struct cmsghdr *cm=NULL; |
cmsghdr | 1099 | net/unix/af_unix.c | if(msg->msg_accrightslen<sizeof(struct cmsghdr) |