Searched refs:ct_hook (Results 1 – 4 of 4) sorted by relevance
697 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local702 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() local715 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() local732 if (ct_hook) in nf_ct_set_closing()733 ct_hook->set_closing(nfct); in nf_ct_set_closing()[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()
374 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local382 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()383 if (ct_hook) in nfqnl_reinject()384 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()
Completed in 11 milliseconds