Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_tables_trace.c97 const struct nf_ct_hook *ct_hook; in nf_trace_fill_ct_info() local
102 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()
H A Dnfnetlink_queue.c445 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local
453 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()