Searched refs:copy_struct_from_sockptr (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsockptr.h83 static inline int copy_struct_from_sockptr(void *dst, size_t ksize, function
/linux-master/net/ipv4/
H A Dtcp_ao.c1582 ret = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen);
1799 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen);
1942 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen);
2098 err = copy_struct_from_sockptr(&opt_in, sizeof(opt_in),
2304 err = copy_struct_from_sockptr(&in, sizeof(in), optval, len);
2353 err = copy_struct_from_sockptr(&cmd, sizeof(cmd), optval, optlen);

Completed in 122 milliseconds