Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Droute.c482 u32 *p_tstamp = ip_tstamps + hash % IP_IDENTS_SZ; in ip_idents_reserve() local
484 u32 old = READ_ONCE(*p_tstamp); in ip_idents_reserve()
488 if (old != now && cmpxchg(p_tstamp, old, now) == old) in ip_idents_reserve()