Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dconntrack.c591 struct nf_conn_timeout *timeout_ext; in skb_nfct_cached() local
593 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()
/linux/net/netfilter/
H A Dnf_conntrack_core.c1767 struct nf_conn_timeout *timeout_ext; in init_conntrack() local
1785 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()