Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c496 u32 *p_tstamp; in ip_idents_reserve() local
500 p_tstamp = ip_tstamps + bucket; in ip_idents_reserve()
502 old = READ_ONCE(*p_tstamp); in ip_idents_reserve()
504 if (old != now && cmpxchg(p_tstamp, old, now) == old) in ip_idents_reserve()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c465 u32 *p_tstamp; in ip_idents_reserve() local
469 p_tstamp = ip_tstamps + bucket; in ip_idents_reserve()
471 old = READ_ONCE(*p_tstamp); in ip_idents_reserve()
473 if (old != now && cmpxchg(p_tstamp, old, now) == old) in ip_idents_reserve()

Completed in 9 milliseconds