Home
last modified time | relevance | path

Searched refs:nf_ct_timeout_put_hook (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
A Dnf_conntrack_timeout.c29 void (*nf_ct_timeout_put_hook)(struct nf_ct_timeout *timeout) __read_mostly; variable
30 EXPORT_SYMBOL_GPL(nf_ct_timeout_put_hook);
51 typeof(nf_ct_timeout_put_hook) timeout_put; in __nf_ct_timeout_put()
53 timeout_put = rcu_dereference(nf_ct_timeout_put_hook); in __nf_ct_timeout_put()
122 typeof(nf_ct_timeout_put_hook) timeout_put; in nf_ct_destroy_timeout()
125 timeout_put = rcu_dereference(nf_ct_timeout_put_hook); in nf_ct_destroy_timeout()
A Dnfnetlink_cttimeout.c623 RCU_INIT_POINTER(nf_ct_timeout_put_hook, ctnl_timeout_put); in cttimeout_init()
637 RCU_INIT_POINTER(nf_ct_timeout_put_hook, NULL); in cttimeout_exit()
/linux/include/net/netfilter/
A Dnf_conntrack_timeout.h124 extern void (*nf_ct_timeout_put_hook)(struct nf_ct_timeout *timeout);

Completed in 4 milliseconds