Searched refs:ctl_buf (Results 1 – 1 of 1) sorted by relevance
2243 unsigned char *ctl_buf = ctl; in ____sys_sendmsg() local2259 ctl_buf = msg_sys->msg_control; in ____sys_sendmsg()2265 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL); in ____sys_sendmsg()2266 if (ctl_buf == NULL) in ____sys_sendmsg()2275 if (copy_from_user(ctl_buf, in ____sys_sendmsg()2279 msg_sys->msg_control = ctl_buf; in ____sys_sendmsg()2311 if (ctl_buf != ctl) in ____sys_sendmsg()2312 sock_kfree_s(sock->sk, ctl_buf, ctl_len); in ____sys_sendmsg()