Searched refs:ct_hook (Results 1 – 2 of 2) sorted by relevance
97 const struct nf_ct_hook *ct_hook; in nf_trace_fill_ct_info() local102 ct_hook = rcu_dereference(nf_ct_hook); in nf_trace_fill_ct_info()103 if (!ct_hook) in nf_trace_fill_ct_info()120 u32 id = ct_hook->get_id(&ct->ct_general); in nf_trace_fill_ct_info()
445 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local453 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()454 if (ct_hook) in nfqnl_reinject()455 ct_verdict = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()