Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Droute.c466 u32 *p_tstamp; in ip_idents_reserve() local
470 p_tstamp = ip_tstamps + bucket; in ip_idents_reserve()
472 old = READ_ONCE(*p_tstamp); in ip_idents_reserve()
474 if (old != now && cmpxchg(p_tstamp, old, now) == old) in ip_idents_reserve()