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