Searched refs:nf_ct_timeout_put_hook (Results 1 – 4 of 4) sorted by relevance
31 void (*nf_ct_timeout_put_hook)(struct ctnl_timeout *timeout) __read_mostly; variable32 EXPORT_SYMBOL_GPL(nf_ct_timeout_put_hook);
110 typeof(nf_ct_timeout_put_hook) timeout_put; in __xt_ct_tg_timeout_put()112 timeout_put = rcu_dereference(nf_ct_timeout_put_hook); in __xt_ct_tg_timeout_put()317 typeof(nf_ct_timeout_put_hook) timeout_put; in xt_ct_destroy_timeout()320 timeout_put = rcu_dereference(nf_ct_timeout_put_hook); in xt_ct_destroy_timeout()
584 RCU_INIT_POINTER(nf_ct_timeout_put_hook, ctnl_timeout_put); in cttimeout_init()613 RCU_INIT_POINTER(nf_ct_timeout_put_hook, NULL); in cttimeout_exit()
108 extern void (*nf_ct_timeout_put_hook)(struct ctnl_timeout *timeout);