Home
last modified time | relevance | path

Searched refs:nf_nat_decode_session_hook (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/netfilter/
Dcore.c403 void (*nf_nat_decode_session_hook)(struct sk_buff *, struct flowi *); variable
404 EXPORT_SYMBOL(nf_nat_decode_session_hook);
Dnf_nat_core.c874 BUG_ON(nf_nat_decode_session_hook != NULL); in nf_nat_init()
875 RCU_INIT_POINTER(nf_nat_decode_session_hook, __nf_nat_decode_session); in nf_nat_init()
893 RCU_INIT_POINTER(nf_nat_decode_session_hook, NULL); in nf_nat_cleanup()
/linux-4.4.14/include/linux/
Dnetfilter.h332 extern void (*nf_nat_decode_session_hook)(struct sk_buff *, struct flowi *);
341 decodefn = rcu_dereference(nf_nat_decode_session_hook); in nf_nat_decode_session()