Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dcore.c702 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local
706 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() local
719 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 …]
Dnfnetlink_queue.c230 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local
237 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
238 if (ct_hook) { in nfqnl_reinject()
239 err = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()