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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h169 grub_net_put_packet (grub_net_packets_t *pkts, struct grub_net_buff *nb) argument
180 n->up = pkts;
181 if (pkts->first)
183 pkts->last->next = n;
184 pkts->last = n;
185 n->prev = pkts->last;
188 pkts->first = pkts->last = n;

Completed in 22 milliseconds