Searched refs:ucval (Results 1 – 2 of 2) sorted by relevance
931 unsigned char ucval; in do_ip_setsockopt() local933 if (copy_from_sockptr(&ucval, optval, sizeof(ucval))) in do_ip_setsockopt()935 val = (int) ucval; in do_ip_setsockopt()1738 unsigned char ucval = (unsigned char)val; in do_ip_getsockopt() local1742 if (copy_to_sockptr(optval, &ucval, 1)) in do_ip_getsockopt()
1374 unsigned char ucval = (unsigned char)val; in mptcp_put_int_option() local1379 if (copy_to_user(optval, &ucval, 1)) in mptcp_put_int_option()
Completed in 11 milliseconds