Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetfilter_netdev.h34 ret = nf_hook_slow(skb, &state, e, 0); in nf_hook_ingress()
107 ret = nf_hook_slow(skb, &state, e, 0); in nf_hook_egress()
H A Dnetfilter.h201 int nf_hook_slow(struct sk_buff *skb, struct nf_hook_state *state,
259 ret = nf_hook_slow(skb, &state, hook_head, 0); in nf_hook()
/openbmc/linux/net/netfilter/
H A Dcore.c619 int nf_hook_slow(struct sk_buff *skb, struct nf_hook_state *state, in nf_hook_slow() function
652 EXPORT_SYMBOL(nf_hook_slow);
665 ret = nf_hook_slow(skb, state, e, 0); in nf_hook_slow_list()
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c1174 ret = nf_hook_slow(skb, &state, e, i); in br_nf_hook_thresh()