Home
last modified time | relevance | path

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

/net/
Dsocket.c2034 unsigned char *ctl_buf = ctl; in ___sys_sendmsg() local
2076 ctl_buf = msg_sys->msg_control; in ___sys_sendmsg()
2080 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL); in ___sys_sendmsg()
2081 if (ctl_buf == NULL) in ___sys_sendmsg()
2090 if (copy_from_user(ctl_buf, in ___sys_sendmsg()
2094 msg_sys->msg_control = ctl_buf; in ___sys_sendmsg()
2126 if (ctl_buf != ctl) in ___sys_sendmsg()
2127 sock_kfree_s(sock->sk, ctl_buf, ctl_len); in ___sys_sendmsg()