Searched refs:ct_hook (Results 1 – 3 of 3) sorted by relevance
702 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local706 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_attach()707 if (ct_hook) in nf_ct_attach()708 ct_hook->attach(new, skb); in nf_ct_attach()716 const struct nf_ct_hook *ct_hook; in nf_conntrack_destroy() local719 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()720 if (ct_hook) in nf_conntrack_destroy()721 ct_hook->destroy(nfct); in nf_conntrack_destroy()724 WARN_ON(!ct_hook); in nf_conntrack_destroy()730 const struct nf_ct_hook *ct_hook; in nf_ct_set_closing() local[all …]
232 const 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()
606 const struct nf_ct_hook *ct_hook; in br_nf_local_in() local632 ct_hook = rcu_dereference(nf_ct_hook); in br_nf_local_in()633 if (!ct_hook) { in br_nf_local_in()640 ret = ct_hook->confirm(skb); in br_nf_local_in()