Home
last modified time | relevance | path

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

/net/netfilter/
Dxt_CT.c123 typeof(nf_ct_timeout_find_get_hook) timeout_find_get; in xt_ct_set_timeout() local
131 timeout_find_get = rcu_dereference(nf_ct_timeout_find_get_hook); in xt_ct_set_timeout()
132 if (timeout_find_get == NULL) { in xt_ct_set_timeout()
146 timeout = timeout_find_get(par->net, timeout_name); in xt_ct_set_timeout()