Home
last modified time | relevance | path

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

/net/
Dsocket.c2244 int ctl_len; in ____sys_sendmsg() local
2252 ctl_len = msg_sys->msg_controllen; in ____sys_sendmsg()
2253 if ((MSG_CMSG_COMPAT & flags) && ctl_len) { in ____sys_sendmsg()
2260 ctl_len = msg_sys->msg_controllen; in ____sys_sendmsg()
2261 } else if (ctl_len) { in ____sys_sendmsg()
2264 if (ctl_len > sizeof(ctl)) { in ____sys_sendmsg()
2265 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL); in ____sys_sendmsg()
2277 ctl_len)) in ____sys_sendmsg()
2312 sock_kfree_s(sock->sk, ctl_buf, ctl_len); in ____sys_sendmsg()