Home
last modified time | relevance | path

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

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