Searched refs:ctl_len (Results 1 – 1 of 1) sorted by relevance
2244 int ctl_len; in ____sys_sendmsg() local2252 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()