Searched refs:nf_ct_timeout_find_get_hook (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_timeout.c28 (*nf_ct_timeout_find_get_hook)(const char *name) __read_mostly;
29 EXPORT_SYMBOL_GPL(nf_ct_timeout_find_get_hook); variable
H A Dxt_CT.c123 typeof(nf_ct_timeout_find_get_hook) timeout_find_get; xt_ct_set_timeout()
131 timeout_find_get = rcu_dereference(nf_ct_timeout_find_get_hook); xt_ct_set_timeout()
H A Dnfnetlink_cttimeout.c583 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, ctnl_timeout_find_get); cttimeout_init()
612 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, NULL); cttimeout_exit()
/linux-4.4.14/include/net/netfilter/
H A Dnf_conntrack_timeout.h107 extern struct ctnl_timeout *(*nf_ct_timeout_find_get_hook)(const char *name);

Completed in 156 milliseconds