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

/barrelfish-master/lib/net_queue_manager/
H A Dfrag.c54 struct ip_packet *frag_packets; variable in typeref:struct:ip_packet
136 new_packet->next = frag_packets;
137 frag_packets = new_packet;
193 struct ip_packet *packet = frag_packets, *prev_packet = NULL;
198 frag_packets = packet->next;
288 // in a good time. right now, the packet goes into the frag_packets

Completed in 35 milliseconds