Searched refs:ct_hook (Results 1 – 2 of 2) sorted by relevance
591 const struct nf_ct_hook *ct_hook; in br_nf_local_in() local617 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()
479 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local490 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()