Searched refs:ct_hook (Results 1 – 2 of 2) sorted by relevance
596 struct nf_ct_hook *ct_hook; in nf_conntrack_destroy() local599 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()600 BUG_ON(ct_hook == NULL); in nf_conntrack_destroy()601 ct_hook->destroy(nfct); in nf_conntrack_destroy()609 struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb() local613 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_get_tuple_skb()614 if (ct_hook) in nf_ct_get_tuple_skb()615 ret = ct_hook->get_tuple_skb(dst_tuple, skb); in nf_ct_get_tuple_skb()
232 struct nf_ct_hook *ct_hook; in nfqnl_reinject() local239 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()240 if (ct_hook) { in nfqnl_reinject()241 err = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()