Searched refs:ct_hook (Results 1 – 4 of 4) sorted by relevance
697 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local701 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_attach()702 if (ct_hook) in nf_ct_attach()703 ct_hook->attach(new, skb); in nf_ct_attach()711 const struct nf_ct_hook *ct_hook; in nf_conntrack_destroy() local714 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()715 if (ct_hook) in nf_conntrack_destroy()716 ct_hook->destroy(nfct); in nf_conntrack_destroy()719 WARN_ON(!ct_hook); in nf_conntrack_destroy()725 const struct nf_ct_hook *ct_hook; in nf_ct_set_closing() local[all …]
97 const struct nf_ct_hook *ct_hook; in nf_trace_fill_ct_info() local102 ct_hook = rcu_dereference(nf_ct_hook); in nf_trace_fill_ct_info()103 if (!ct_hook) in nf_trace_fill_ct_info()120 u32 id = ct_hook->get_id(&ct->ct_general); in nf_trace_fill_ct_info()
468 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local476 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()477 if (ct_hook) in nfqnl_reinject()478 ct_verdict = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()
586 const struct nf_ct_hook *ct_hook; in br_nf_local_in() local612 ct_hook = rcu_dereference(nf_ct_hook); in br_nf_local_in()613 if (!ct_hook) { in br_nf_local_in()620 ret = ct_hook->confirm(skb); in br_nf_local_in()