Searched refs:nf_hook_entry_hookfn (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/netfilter/ |
| D | nf_queue.c | 258 verdict = nf_hook_entry_hookfn(hook, skb, state); in nf_iterate() 320 verdict = nf_hook_entry_hookfn(hook_entry, skb, &entry->state); in nf_reinject()
|
| D | core.c | 512 verdict = nf_hook_entry_hookfn(&e->hooks[s], skb, state); in nf_hook_slow()
|
| /Linux-v5.4/net/bridge/ |
| D | br_input.c | 223 verdict = nf_hook_entry_hookfn(&e->hooks[i], skb, &state); in nf_hook_bridge_pre()
|
| /Linux-v5.4/include/linux/ |
| D | netfilter.h | 132 nf_hook_entry_hookfn(const struct nf_hook_entry *entry, struct sk_buff *skb, in nf_hook_entry_hookfn() function
|