Searched refs:ct_hook (Results 1 – 3 of 3) sorted by relevance
700 const struct nf_ct_hook *ct_hook; in nf_ct_attach() local705 if (ct_hook) in nf_ct_attach()706 ct_hook->attach(new, skb); in nf_ct_attach()714 const struct nf_ct_hook *ct_hook; in nf_conntrack_destroy() local718 if (ct_hook) in nf_conntrack_destroy()719 ct_hook->destroy(nfct); in nf_conntrack_destroy()722 WARN_ON(!ct_hook); in nf_conntrack_destroy()728 const struct nf_ct_hook *ct_hook; in nf_ct_set_closing() local735 if (ct_hook) in nf_ct_set_closing()736 ct_hook->set_closing(nfct); in nf_ct_set_closing()[all …]
374 const struct nf_ct_hook *ct_hook; in nfqnl_reinject() local382 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()383 if (ct_hook) in nfqnl_reinject()384 ct_verdict = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()
611 const struct nf_ct_hook *ct_hook; in br_nf_local_in() local637 ct_hook = rcu_dereference(nf_ct_hook); in br_nf_local_in()638 if (!ct_hook) { in br_nf_local_in()645 ret = ct_hook->confirm(skb); in br_nf_local_in()
Completed in 14 milliseconds