Home
last modified time | relevance | path

Searched refs:copy_struct_from_sockptr (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dsockptr.h87 static inline int copy_struct_from_sockptr(void *dst, size_t ksize, in copy_struct_from_sockptr() function
/linux/net/ipv4/
H A Dtcp_ao.c1610 ret = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_add_cmd()
1827 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_del_cmd()
1971 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_info_cmd()
2130 err = copy_struct_from_sockptr(&opt_in, sizeof(opt_in), in tcp_ao_copy_mkts_to_user()
2337 err = copy_struct_from_sockptr(&in, sizeof(in), optval, len); in tcp_ao_get_sock_info()
2386 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_set_repair()
/linux/net/bluetooth/
H A Dsco.c1018 err = copy_struct_from_sockptr(buffer, sizeof(buffer), optval, in sco_sock_setsockopt()