Home
last modified time | relevance | path

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

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