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()293 typeof(nf_ct_timeout_put_hook) timeout_put; in xt_ct_destroy_timeout()296 timeout_put = rcu_dereference(nf_ct_timeout_put_hook); in xt_ct_destroy_timeout()
555 RCU_INIT_POINTER(nf_ct_timeout_put_hook, ctnl_timeout_put); in cttimeout_init()580 RCU_INIT_POINTER(nf_ct_timeout_put_hook, NULL); in cttimeout_exit()
95 extern void (*nf_ct_timeout_put_hook)(struct ctnl_timeout *timeout);