Searched refs:nf_register_hooks (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6table_raw.c86 ret = nf_register_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
H A Dip6table_filter.c128 ret = nf_register_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
H A Dip6table_mangle.c164 ret = nf_register_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
H A Dnf_conntrack_l3proto_ipv6.c450 ret = nf_register_hooks(ipv6_conntrack_ops,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Darptable_filter.c97 ret = nf_register_hooks(arpt_ops, ARRAY_SIZE(arpt_ops));
H A Diptable_raw.c104 ret = nf_register_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
H A Diptable_filter.c138 ret = nf_register_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
H A Diptable_mangle.c179 ret = nf_register_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
H A Dnf_nat_standalone.c358 ret = nf_register_hooks(nf_nat_ops, ARRAY_SIZE(nf_nat_ops));
H A Dnf_conntrack_l3proto_ipv4.c476 ret = nf_register_hooks(ipv4_conntrack_ops,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dcore.c90 int nf_register_hooks(struct nf_hook_ops *reg, unsigned int n) function
107 EXPORT_SYMBOL(nf_register_hooks); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetfilter.h112 int nf_register_hooks(struct nf_hook_ops *reg, unsigned int n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netfilter.c972 ret = nf_register_hooks(br_nf_ops, ARRAY_SIZE(br_nf_ops));

Completed in 80 milliseconds