Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dcore.c702 struct nf_ct_hook *ct_hook; in nf_conntrack_destroy() local
705 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()
706 BUG_ON(ct_hook == NULL); in nf_conntrack_destroy()
707 ct_hook->destroy(nfct); in nf_conntrack_destroy()
715 struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb() local
719 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_get_tuple_skb()
720 if (ct_hook) in nf_ct_get_tuple_skb()
721 ret = ct_hook->get_tuple_skb(dst_tuple, skb); in nf_ct_get_tuple_skb()
A Dnfnetlink_queue.c228 struct nf_ct_hook *ct_hook; in nfqnl_reinject() local
235 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
236 if (ct_hook) { in nfqnl_reinject()
237 err = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()

Completed in 11 milliseconds