Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_conntrack_timeout.c26 (*nf_ct_timeout_find_get_hook)(struct net *net, const char *name) __read_mostly; variable
27 EXPORT_SYMBOL_GPL(nf_ct_timeout_find_get_hook);
61 typeof(nf_ct_timeout_find_get_hook) timeout_find_get; in nf_ct_set_timeout()
68 timeout_find_get = rcu_dereference(nf_ct_timeout_find_get_hook); in nf_ct_set_timeout()
A Dnfnetlink_cttimeout.c622 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, ctnl_timeout_find_get); in cttimeout_init()
636 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, NULL); in cttimeout_exit()
/linux/include/net/netfilter/
A Dnf_conntrack_timeout.h123 extern struct nf_ct_timeout *(*nf_ct_timeout_find_get_hook)(struct net *net, const char *name);

Completed in 5 milliseconds