Home
last modified time | relevance | path

Searched refs:nf_hook_entries (Results 1 – 11 of 11) sorted by relevance

/linux/net/netfilter/
A Dcore.c52 struct nf_hook_entries *e; in allocate_hook_entries_size()
103 static struct nf_hook_entries *
110 struct nf_hook_entries *new; in nf_hook_entries_grow()
188 struct nf_hook_entries *new_hooks; in nf_hook_entries_insert_raw()
189 struct nf_hook_entries *p; in nf_hook_entries_insert_raw()
226 struct nf_hook_entries *new = NULL; in __nf_hook_entries_try_shrink()
266 static struct nf_hook_entries __rcu **
394 struct nf_hook_entries __rcu **pp; in __nf_register_net_hook()
484 struct nf_hook_entries __rcu **pp; in __nf_unregister_net_hook()
485 struct nf_hook_entries *p; in __nf_unregister_net_hook()
[all …]
A Dnf_internals.h33 void nf_hook_entries_delete_raw(struct nf_hook_entries __rcu **pp,
35 int nf_hook_entries_insert_raw(struct nf_hook_entries __rcu **pp,
A Dnf_queue.c230 const struct nf_hook_entries *hooks, in nf_iterate()
253 static struct nf_hook_entries *nf_hook_entries_head(const struct net *net, u8 pf, u8 hooknum) in nf_hook_entries_head()
276 const struct nf_hook_entries *hooks; in nf_reinject()
A Dnfnetlink_hook.c184 static const struct nf_hook_entries *
187 const struct nf_hook_entries *hook_head = NULL; in nfnl_hook_entries_head()
261 const struct nf_hook_entries *e; in nfnl_hook_dump()
A Dnf_nat_core.c40 struct nf_hook_entries __rcu *entries;
743 struct nf_hook_entries *e = rcu_dereference(lpriv->entries); in nf_nat_inet_fn()
/linux/include/net/netns/
A Dnetfilter.h19 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS];
20 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS];
22 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];
25 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];
28 struct nf_hook_entries __rcu *hooks_decnet[NF_DN_NUMHOOKS];
/linux/include/linux/
A Dnetfilter.h107 struct nf_hook_entries { struct
128 static inline struct nf_hook_ops **nf_hook_entries_get_hook_ops(const struct nf_hook_entries *e) in nf_hook_entries_get_hook_ops() argument
200 const struct nf_hook_entries *e, unsigned int i);
203 const struct nf_hook_entries *e);
216 struct nf_hook_entries *hook_head = NULL; in nf_hook()
316 struct nf_hook_entries *hook_head = NULL; in NF_HOOK_LIST()
A Dnetfilter_netdev.h21 struct nf_hook_entries *e = rcu_dereference(skb->dev->nf_hooks_ingress); in nf_hook_ingress()
88 struct nf_hook_entries *e; in nf_hook_egress()
A Dnetdevice.h2137 struct nf_hook_entries __rcu *nf_hooks_ingress;
2165 struct nf_hook_entries __rcu *nf_hooks_egress;
/linux/net/bridge/
A Dbr_input.c209 struct nf_hook_entries *e = NULL; in nf_hook_bridge_pre()
A Dbr_netfilter_hooks.c1005 const struct nf_hook_entries *e; in br_nf_hook_thresh()

Completed in 29 milliseconds