Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dcore.c702 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local
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
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
737 if (ct_hook) in nf_ct_set_closing()
738 ct_hook->set_closing(nfct); in nf_ct_set_closing()
[all …]
H A Dnfnetlink_queue.c232 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local
239 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
240 if (ct_hook) { in nfqnl_reinject()
241 err = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c605 const struct nf_ct_hook *ct_hook; in br_nf_local_in() local
627 ct_hook = rcu_dereference(nf_ct_hook); in br_nf_local_in()
628 if (!ct_hook) { in br_nf_local_in()
635 ret = ct_hook->confirm(skb); in br_nf_local_in()