Home
last modified time | relevance | path

Searched refs:nf_register_sockopt (Results 1 – 10 of 10) sorted by relevance

/linux/net/netfilter/
H A Dnf_sockopt.c25 int nf_register_sockopt(struct nf_sockopt_ops *reg) in nf_register_sockopt() function
52 EXPORT_SYMBOL(nf_register_sockopt);
/linux/include/linux/
H A Dnetfilter.h208 int nf_register_sockopt(struct nf_sockopt_ops *reg);
/linux/net/ipv4/netfilter/
H A Darp_tables.c1624 ret = nf_register_sockopt(&arpt_sockopts);
H A Dip_tables.c1825 ret = nf_register_sockopt(&ipt_sockopts);
/linux/net/ipv6/netfilter/
H A Dip6_tables.c1835 ret = nf_register_sockopt(&ip6t_sockopts);
/linux/net/bridge/netfilter/
H A Debtables.c2596 ret = nf_register_sockopt(&ebt_sockopts); in ebtables_fini()
/linux/net/netfilter/ipset/
H A Dip_set_core.c2431 ret = nf_register_sockopt(&so_set); in ip_set_init()
/linux/Documentation/kernel-hacking/
H A Dlocking.rst154 nf_register_sockopt(). Registration and de-registration
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst165 usando la funzione nf_register_sockopt(). La registrazione e
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c5169 ret = nf_register_sockopt(&ip_vs_sockopts); in ip_vs_register_nl_ioctl()