Searched refs:nf_ct_timeout_hook (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/netfilter/
H A Dnf_conntrack_timeout.c25 const struct nf_ct_timeout_hooks __rcu *nf_ct_timeout_hook __read_mostly;
26 EXPORT_SYMBOL_GPL(nf_ct_timeout_hook); variable
58 const struct nf_ct_timeout_hooks *h = rcu_dereference(nf_ct_timeout_hook);
74 h = rcu_dereference(nf_ct_timeout_hook);
131 h = rcu_dereference(nf_ct_timeout_hook);
H A Dnfnetlink_cttimeout.c652 RCU_INIT_POINTER(nf_ct_timeout_hook, &hooks);
675 RCU_INIT_POINTER(nf_ct_timeout_hook, NULL);
/linux-master/include/net/netfilter/
H A Dnf_conntrack_timeout.h108 extern const struct nf_ct_timeout_hooks __rcu *nf_ct_timeout_hook;

Completed in 162 milliseconds