Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dcore.c700 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local
705 if (ct_hook) in nf_ct_attach()
706 ct_hook->attach(new, skb); in nf_ct_attach()
714 const struct nf_ct_hook *ct_hook; in nf_conntrack_destroy() local
718 if (ct_hook) in nf_conntrack_destroy()
719 ct_hook->destroy(nfct); in nf_conntrack_destroy()
722 WARN_ON(!ct_hook); in nf_conntrack_destroy()
728 const struct nf_ct_hook *ct_hook; in nf_ct_set_closing() local
735 if (ct_hook) in nf_ct_set_closing()
736 ct_hook->set_closing(nfct); in nf_ct_set_closing()
[all …]
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/
A Dbr_netfilter_hooks.c611 const struct nf_ct_hook *ct_hook; in br_nf_local_in() local
637 ct_hook = rcu_dereference(nf_ct_hook); in br_nf_local_in()
638 if (!ct_hook) { in br_nf_local_in()
645 ret = ct_hook->confirm(skb); in br_nf_local_in()

Completed in 14 milliseconds