Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dsockptr.h87 static inline int copy_struct_from_sockptr(void *dst, size_t ksize, in copy_struct_from_sockptr() function
/linux-6.14.4/net/ipv4/
Dtcp_ao.c1609 ret = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_add_cmd()
1826 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_del_cmd()
1970 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_info_cmd()
2129 err = copy_struct_from_sockptr(&opt_in, sizeof(opt_in), in tcp_ao_copy_mkts_to_user()
2336 err = copy_struct_from_sockptr(&in, sizeof(in), optval, len); in tcp_ao_get_sock_info()
2385 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_set_repair()
/linux-6.14.4/net/bluetooth/
Dsco.c996 err = copy_struct_from_sockptr(buffer, sizeof(buffer), optval, in sco_sock_setsockopt()