Searched refs:copy_struct_from_sockptr (Results 1 – 3 of 3) sorted by relevance
| /linux/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/net/ipv4/ ! |
| H A D | tcp_ao.c | 1611 ret = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_add_cmd() 1828 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_del_cmd() 1972 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_info_cmd() 2131 err = copy_struct_from_sockptr(&opt_in, sizeof(opt_in), in tcp_ao_copy_mkts_to_user() 2338 err = copy_struct_from_sockptr(&in, sizeof(in), optval, len); in tcp_ao_get_sock_info() 2387 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen); in tcp_ao_set_repair()
|
| /linux/net/bluetooth/ ! |
| H A D | sco.c | 1039 err = copy_struct_from_sockptr(buffer, sizeof(buffer), optval, in sco_sock_setsockopt()
|