Home
last modified time | relevance | path

Searched refs:ct_hook (Results 1 – 4 of 4) sorted by relevance

/net/netfilter/
A Dcore.c697 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local
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() local
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
732 if (ct_hook) in nf_ct_set_closing()
733 ct_hook->set_closing(nfct); in nf_ct_set_closing()
[all …]
A Dnf_tables_trace.c97 const struct nf_ct_hook *ct_hook; in nf_trace_fill_ct_info() local
102 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()
A Dnfnetlink_queue.c374 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local
382 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()
/net/bridge/
A Dbr_netfilter_hooks.c586 const struct nf_ct_hook *ct_hook; in br_nf_local_in() local
612 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 15 milliseconds