Searched refs:nf_ct_timeout_find_get_hook (Results 1 – 4 of 4) sorted by relevance
28 (*nf_ct_timeout_find_get_hook)(const char *name) __read_mostly; variable29 EXPORT_SYMBOL_GPL(nf_ct_timeout_find_get_hook);
123 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()
554 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, ctnl_timeout_find_get); in cttimeout_init()579 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, NULL); in cttimeout_exit()
94 extern struct ctnl_timeout *(*nf_ct_timeout_find_get_hook)(const char *name);