Home
last modified time | relevance | path

Searched refs:nf_hook_entry_hookfn (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_queue.c263 verdict = nf_hook_entry_hookfn(hook, skb, state); in nf_iterate()
323 verdict = nf_hook_entry_hookfn(hook_entry, skb, &entry->state); in nf_reinject()
H A Dcore.c626 verdict = nf_hook_entry_hookfn(&e->hooks[s], skb, state); in nf_hook_slow()
/openbmc/linux/net/bridge/
H A Dbr_input.c277 verdict = nf_hook_entry_hookfn(&e->hooks[i], skb, &state); in nf_hook_bridge_pre()
/openbmc/linux/include/linux/
H A Dnetfilter.h141 nf_hook_entry_hookfn(const struct nf_hook_entry *entry, struct sk_buff *skb, in nf_hook_entry_hookfn() function