Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dcore.c697 const struct nf_ct_hook *ct_hook;
701 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;
714 ct_hook = rcu_dereference(nf_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;
700 const struct nf_ct_hook *ct_hook; nf_ct_attach() local
728 const struct nf_ct_hook *ct_hook; nf_ct_set_closing() local
745 const struct nf_ct_hook *ct_hook; nf_ct_get_tuple_skb() local
[all...]
H 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()
H 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()
/linux/net/bridge/
H 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()