Home
last modified time | relevance | path

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

/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);
663 ret = nf_hook_slow(skb, state, e, 0); in nf_hook_slow_list()
/linux/include/linux/
H A Dnetfilter.h211 int nf_hook_slow(struct sk_buff *skb, struct nf_hook_state *state,
269 ret = nf_hook_slow(skb, &state, hook_head, 0); in nf_hook()