Searched refs:ctl_len (Results 1 – 1 of 1) sorted by relevance
2035 int err, ctl_len, total_len; in ___sys_sendmsg() local2069 ctl_len = msg_sys->msg_controllen; in ___sys_sendmsg()2070 if ((MSG_CMSG_COMPAT & flags) && ctl_len) { in ___sys_sendmsg()2077 ctl_len = msg_sys->msg_controllen; in ___sys_sendmsg()2078 } else if (ctl_len) { in ___sys_sendmsg()2079 if (ctl_len > sizeof(ctl)) { in ___sys_sendmsg()2080 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL); in ___sys_sendmsg()2092 ctl_len)) in ___sys_sendmsg()2127 sock_kfree_s(sock->sk, ctl_buf, ctl_len); in ___sys_sendmsg()