Searched refs:ct_hook (Results 1 – 2 of 2) sorted by relevance
690 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local694 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_attach()695 if (ct_hook) in nf_ct_attach()696 ct_hook->attach(new, skb); in nf_ct_attach()704 const struct nf_ct_hook *ct_hook; in nf_conntrack_destroy() local707 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()708 if (ct_hook) in nf_conntrack_destroy()709 ct_hook->destroy(nfct); in nf_conntrack_destroy()712 WARN_ON(!ct_hook); in nf_conntrack_destroy()719 const struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb() local[all …]
228 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local235 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()