Home
last modified time | relevance | path

Searched refs:nf_setsockopt (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/
H A Dnf_sockopt.c92 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 Dnetfilter.h356 int nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, sockptr_t opt,
/linux/net/ipv6/
H A Dipv6_sockglue.c998 err = nf_setsockopt(sk, PF_INET6, optname, optval, optlen); in ipv6_setsockopt()
/linux/net/ipv4/
H A Dip_sockglue.c1424 err = nf_setsockopt(sk, PF_INET, optname, optval, optlen); in ip_setsockopt()