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

/external/libnl/src/
H A Dnf-queue.c45 static uint32_t next_packet_id = 0; local
50 if (packet_id > next_packet_id) {
51 printf("Warning: %d Out of order packets. Queue or socket overload \n", packet_id - next_packet_id);
59 nfnl_queue_msg_set_packetid(lost_msg, next_packet_id);
62 next_packet_id++;
63 } while (packet_id > next_packet_id);
68 next_packet_id = packet_id + 1;

Completed in 557 milliseconds