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

/linux-master/net/packet/
H A Daf_packet.c1516 static u16 fanout_next_id; variable
1668 u16 id = fanout_next_id;
1673 fanout_next_id = id + 1;
1678 } while (id != fanout_next_id);

Completed in 95 milliseconds