Searched refs:copy_struct_from_sockptr (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/include/linux/ |
D | sockptr.h | 87 static inline int copy_struct_from_sockptr(void *dst, size_t ksize, in copy_struct_from_sockptr() function
|
/linux-6.14.4/net/ipv4/ |
D | tcp_ao.c | 1609 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/ |
D | sco.c | 996 err = copy_struct_from_sockptr(buffer, sizeof(buffer), optval, in sco_sock_setsockopt()
|