Searched refs:nf_ct_timeout_find_get_hook (Results 1 – 4 of 4) sorted by relevance
28 (*nf_ct_timeout_find_get_hook)(struct net *net, const char *name) __read_mostly; variable29 EXPORT_SYMBOL_GPL(nf_ct_timeout_find_get_hook);
122 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()
595 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, ctnl_timeout_find_get); in cttimeout_init()609 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, NULL); in cttimeout_exit()
104 extern struct nf_ct_timeout *(*nf_ct_timeout_find_get_hook)(struct net *net, const char *name);