Home
last modified time | relevance | path

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

/net/ipv4/
A Dip_sockglue.c931 unsigned char ucval; in do_ip_setsockopt() local
933 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() local
1742 if (copy_to_sockptr(optval, &ucval, 1)) in do_ip_getsockopt()
/net/mptcp/
A Dsockopt.c1374 unsigned char ucval = (unsigned char)val; in mptcp_put_int_option() local
1379 if (copy_to_user(optval, &ucval, 1)) in mptcp_put_int_option()

Completed in 11 milliseconds