Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dcore.c267 void (*nf_nat_decode_session_hook)(struct sk_buff *, struct flowi *); variable
268 EXPORT_SYMBOL(nf_nat_decode_session_hook);
Dnf_nat_core.c870 BUG_ON(nf_nat_decode_session_hook != NULL); in nf_nat_init()
871 RCU_INIT_POINTER(nf_nat_decode_session_hook, __nf_nat_decode_session); in nf_nat_init()
889 RCU_INIT_POINTER(nf_nat_decode_session_hook, NULL); in nf_nat_cleanup()
/linux-4.1.27/include/linux/
Dnetfilter.h314 extern void (*nf_nat_decode_session_hook)(struct sk_buff *, struct flowi *);
323 decodefn = rcu_dereference(nf_nat_decode_session_hook); in nf_nat_decode_session()