ct_hook 575 net/netfilter/core.c struct nf_ct_hook *ct_hook; ct_hook 578 net/netfilter/core.c ct_hook = rcu_dereference(nf_ct_hook); ct_hook 579 net/netfilter/core.c BUG_ON(ct_hook == NULL); ct_hook 580 net/netfilter/core.c ct_hook->destroy(nfct); ct_hook 588 net/netfilter/core.c struct nf_ct_hook *ct_hook; ct_hook 592 net/netfilter/core.c ct_hook = rcu_dereference(nf_ct_hook); ct_hook 593 net/netfilter/core.c if (ct_hook) ct_hook 594 net/netfilter/core.c ret = ct_hook->get_tuple_skb(dst_tuple, skb); ct_hook 228 net/netfilter/nfnetlink_queue.c struct nf_ct_hook *ct_hook; ct_hook 235 net/netfilter/nfnetlink_queue.c ct_hook = rcu_dereference(nf_ct_hook); ct_hook 236 net/netfilter/nfnetlink_queue.c if (ct_hook) { ct_hook 237 net/netfilter/nfnetlink_queue.c err = ct_hook->update(entry->state.net, entry->skb);