Searched refs:nf_setsockopt (Results 1 – 4 of 4) sorted by relevance
/linux/net/netfilter/ |
H A D | nf_sockopt.c | 92 int nf_setsockopt(struct sock *sk, u_int8_t pf, int val, sockptr_t opt, in nf_setsockopt() function 105 EXPORT_SYMBOL(nf_setsockopt);
|
/linux/include/linux/ |
H A D | netfilter.h | 356 int nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, sockptr_t opt,
|
/linux/net/ipv6/ |
H A D | ipv6_sockglue.c | 998 err = nf_setsockopt(sk, PF_INET6, optname, optval, optlen); in ipv6_setsockopt()
|
/linux/net/ipv4/ |
H A D | ip_sockglue.c | 1424 err = nf_setsockopt(sk, PF_INET, optname, optval, optlen); in ip_setsockopt()
|