Searched refs:nf_ct_timeout_put_hook (Results 1 – 4 of 4) sorted by relevance
31 void (*nf_ct_timeout_put_hook)(struct nf_ct_timeout *timeout) __read_mostly; variable32 EXPORT_SYMBOL_GPL(nf_ct_timeout_put_hook);
109 typeof(nf_ct_timeout_put_hook) timeout_put; in __xt_ct_tg_timeout_put()111 timeout_put = rcu_dereference(nf_ct_timeout_put_hook); in __xt_ct_tg_timeout_put()335 typeof(nf_ct_timeout_put_hook) timeout_put; in xt_ct_destroy_timeout()338 timeout_put = rcu_dereference(nf_ct_timeout_put_hook); in xt_ct_destroy_timeout()
596 RCU_INIT_POINTER(nf_ct_timeout_put_hook, ctnl_timeout_put); in cttimeout_init()610 RCU_INIT_POINTER(nf_ct_timeout_put_hook, NULL); in cttimeout_exit()
105 extern void (*nf_ct_timeout_put_hook)(struct nf_ct_timeout *timeout);