Searched refs:compat_nf_getsockopt (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_sockopt.c | 160 int compat_nf_getsockopt(struct sock *sk, u_int8_t pf, in compat_nf_getsockopt() function 165 EXPORT_SYMBOL(compat_nf_getsockopt);
|
/Linux-v4.19/include/linux/ |
D | netfilter.h | 319 int compat_nf_getsockopt(struct sock *sk, u_int8_t pf, int optval,
|
/Linux-v4.19/net/ipv6/ |
D | ipv6_sockglue.c | 1420 err = compat_nf_getsockopt(sk, PF_INET6, optname, optval, &len); in compat_ipv6_getsockopt()
|
/Linux-v4.19/net/ipv4/ |
D | ip_sockglue.c | 1613 err = compat_nf_getsockopt(sk, PF_INET, optname, optval, &len); in compat_ip_getsockopt()
|