Searched refs:msg_sys (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/ |
D | socket.c | 1876 struct msghdr *msg_sys, unsigned int flags, in ___sys_sendmsg() argument 1890 msg_sys->msg_name = &address; in ___sys_sendmsg() 1893 err = get_compat_msghdr(msg_sys, msg_compat, NULL, &iov); in ___sys_sendmsg() 1895 err = copy_msghdr_from_user(msg_sys, msg, NULL, &iov); in ___sys_sendmsg() 1901 if (msg_sys->msg_controllen > INT_MAX) in ___sys_sendmsg() 1903 ctl_len = msg_sys->msg_controllen; in ___sys_sendmsg() 1906 cmsghdr_from_user_compat_to_kern(msg_sys, sock->sk, ctl, in ___sys_sendmsg() 1910 ctl_buf = msg_sys->msg_control; in ___sys_sendmsg() 1911 ctl_len = msg_sys->msg_controllen; in ___sys_sendmsg() 1925 (void __user __force *)msg_sys->msg_control, in ___sys_sendmsg() [all …]
|