Home
last modified time | relevance | path

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

/include/net/
Dinetpeer.h55 atomic_t ip_id_count; /* IP ID for the next packet */ member
121 old = atomic_read(&p->ip_id_count); in inet_getid()
125 } while (atomic_cmpxchg(&p->ip_id_count, old, new) != old); in inet_getid()