Home
last modified time | relevance | path

Searched refs:msg_sys (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/
Dsocket.c1885 struct msghdr *msg_sys, unsigned int flags, in ___sys_sendmsg() argument
1899 msg_sys->msg_name = &address; in ___sys_sendmsg()
1902 err = get_compat_msghdr(msg_sys, msg_compat, NULL, &iov); in ___sys_sendmsg()
1904 err = copy_msghdr_from_user(msg_sys, msg, NULL, &iov); in ___sys_sendmsg()
1910 if (msg_sys->msg_controllen > INT_MAX) in ___sys_sendmsg()
1912 ctl_len = msg_sys->msg_controllen; in ___sys_sendmsg()
1915 cmsghdr_from_user_compat_to_kern(msg_sys, sock->sk, ctl, in ___sys_sendmsg()
1919 ctl_buf = msg_sys->msg_control; in ___sys_sendmsg()
1920 ctl_len = msg_sys->msg_controllen; in ___sys_sendmsg()
1934 (void __user __force *)msg_sys->msg_control, in ___sys_sendmsg()
[all …]