Searched refs:timeout_ext (Results 1 – 2 of 2) sorted by relevance
591 struct nf_conn_timeout *timeout_ext; in skb_nfct_cached() local593 timeout_ext = nf_ct_timeout_find(ct); in skb_nfct_cached()594 if (!timeout_ext || info->nf_ct_timeout != in skb_nfct_cached()595 rcu_dereference(timeout_ext->timeout)) in skb_nfct_cached()
1767 struct nf_conn_timeout *timeout_ext; in init_conntrack() local1785 timeout_ext = tmpl ? nf_ct_timeout_find(tmpl) : NULL; in init_conntrack()1787 if (timeout_ext) in init_conntrack()1788 nf_ct_timeout_ext_add(ct, rcu_dereference(timeout_ext->timeout), in init_conntrack()