Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_netfilter_hooks.c591 const struct nf_ct_hook *ct_hook; in br_nf_local_in() local
617 ct_hook = rcu_dereference(nf_ct_hook); in br_nf_local_in()
618 if (!ct_hook) { in br_nf_local_in()
625 ret = ct_hook->confirm(skb); in br_nf_local_in()
/linux/net/netfilter/
H A Dnfnetlink_queue.c479 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local
490 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
491 if (ct_hook) in nfqnl_reinject()
492 ct_verdict = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()