Searched refs:ip_id_count (Results 1 – 1 of 1) sorted by relevance
55 atomic_t ip_id_count; /* IP ID for the next packet */ member121 old = atomic_read(&p->ip_id_count); in inet_getid()125 } while (atomic_cmpxchg(&p->ip_id_count, old, new) != old); in inet_getid()