Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dcore.c684 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local
689 if (ct_hook) in nf_ct_attach()
690 ct_hook->attach(new, skb); in nf_ct_attach()
698 const struct nf_ct_hook *ct_hook; in nf_conntrack_destroy() local
702 BUG_ON(ct_hook == NULL); in nf_conntrack_destroy()
703 ct_hook->destroy(nfct); in nf_conntrack_destroy()
710 const struct nf_ct_hook *ct_hook; in nf_ct_set_closing() local
717 if (ct_hook) in nf_ct_set_closing()
718 ct_hook->set_closing(nfct); in nf_ct_set_closing()
727 const struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb() local
[all …]
A Dnfnetlink_queue.c228 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local
235 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
236 if (ct_hook) { in nfqnl_reinject()
237 err = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()

Completed in 7 milliseconds