Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_sockopt.c153 int compat_nf_setsockopt(struct sock *sk, u_int8_t pf, in compat_nf_setsockopt() function
158 EXPORT_SYMBOL(compat_nf_setsockopt);
/Linux-v4.19/include/linux/
Dnetfilter.h317 int compat_nf_setsockopt(struct sock *sk, u_int8_t pf, int optval,
/Linux-v4.19/net/ipv6/
Dipv6_sockglue.c969 err = compat_nf_setsockopt(sk, PF_INET6, optname, optval, in compat_ipv6_setsockopt()
/Linux-v4.19/net/ipv4/
Dip_sockglue.c1286 err = compat_nf_setsockopt(sk, PF_INET, optname, optval, in compat_ip_setsockopt()