Searched refs:nf_hook_ops (Results 1 - 18 of 18) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetfilter.h44 struct nf_hook_ops struct
80 struct nf_hook_ops *elem;
90 int nf_register_hook(struct nf_hook_ops *reg);
91 void nf_unregister_hook(struct nf_hook_ops *reg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetfilter.h44 struct nf_hook_ops struct
80 struct nf_hook_ops *elem;
90 int nf_register_hook(struct nf_hook_ops *reg);
91 void nf_unregister_hook(struct nf_hook_ops *reg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Darptable_filter.c128 static struct nf_hook_ops arpt_ops[]
166 for (i = 0; i < sizeof(arpt_ops)/sizeof(struct nf_hook_ops); i++)
H A Diptable_filter.c117 static struct nf_hook_ops ipt_ops[]
174 for (i = 0; i < sizeof(ipt_ops)/sizeof(struct nf_hook_ops); i++)
H A Dip_fw_compat.c223 static struct nf_hook_ops preroute_ops
226 static struct nf_hook_ops postroute_ops
229 static struct nf_hook_ops forward_ops
232 static struct nf_hook_ops local_in_ops
H A Diptable_mangle.c170 static struct nf_hook_ops ipt_ops[]
233 for (i = 0; i < sizeof(ipt_ops)/sizeof(struct nf_hook_ops); i++)
H A Dip_nat_standalone.c223 static struct nf_hook_ops ip_nat_in_ops
226 static struct nf_hook_ops ip_nat_out_ops
229 static struct nf_hook_ops ip_nat_local_out_ops
233 static struct nf_hook_ops ip_nat_local_in_ops
H A Dip_conntrack_standalone.c336 static struct nf_hook_ops ip_conntrack_in_ops
339 static struct nf_hook_ops ip_conntrack_local_out_ops
343 static struct nf_hook_ops ip_conntrack_out_ops
345 static struct nf_hook_ops ip_conntrack_local_in_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Darptable_filter.c128 static struct nf_hook_ops arpt_ops[]
166 for (i = 0; i < sizeof(arpt_ops)/sizeof(struct nf_hook_ops); i++)
H A Diptable_filter.c117 static struct nf_hook_ops ipt_ops[]
174 for (i = 0; i < sizeof(ipt_ops)/sizeof(struct nf_hook_ops); i++)
H A Dip_fw_compat.c223 static struct nf_hook_ops preroute_ops
226 static struct nf_hook_ops postroute_ops
229 static struct nf_hook_ops forward_ops
232 static struct nf_hook_ops local_in_ops
H A Diptable_mangle.c170 static struct nf_hook_ops ipt_ops[]
233 for (i = 0; i < sizeof(ipt_ops)/sizeof(struct nf_hook_ops); i++)
H A Dip_conntrack_standalone.c231 static struct nf_hook_ops ip_conntrack_in_ops
234 static struct nf_hook_ops ip_conntrack_local_out_ops
238 static struct nf_hook_ops ip_conntrack_out_ops
240 static struct nf_hook_ops ip_conntrack_local_in_ops
H A Dip_nat_standalone.c223 static struct nf_hook_ops ip_nat_in_ops
226 static struct nf_hook_ops ip_nat_out_ops
229 static struct nf_hook_ops ip_nat_local_out_ops
233 static struct nf_hook_ops ip_nat_local_in_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6table_filter.c110 static struct nf_hook_ops ip6t_ops[]
167 for (i = 0; i < sizeof(ip6t_ops)/sizeof(struct nf_hook_ops); i++)
H A Dip6table_mangle.c165 static struct nf_hook_ops ip6t_ops[]
223 for (i = 0; i < sizeof(ip6t_ops)/sizeof(struct nf_hook_ops); i++)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dnetfilter.c60 int nf_register_hook(struct nf_hook_ops *reg)
68 if (reg->priority < ((struct nf_hook_ops *)i)->priority)
76 void nf_unregister_hook(struct nf_hook_ops *reg)
347 struct nf_hook_ops *elem = (struct nf_hook_ops *)*i;
431 (struct nf_hook_ops *)elem, pf, hook, indev, outdev, okfn };
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_ingress.c231 static struct nf_hook_ops ing_ops =

Completed in 298 milliseconds