Searched refs:first_packet (Results 1 – 1 of 1) sorted by relevance
76 struct packet* first_packet; // fist packet to be delivered to app member117 struct packet* p = sock->first_packet; in packet_get_head_l()121 if (data) *data = sock->first_packet->data; in packet_get_head_l()122 if (len) *len = sock->first_packet->len; in packet_get_head_l()123 sock->first_packet = p->next; in packet_get_head_l()124 if (sock->first_packet) in packet_get_head_l()125 sock->first_packet->prev = NULL; in packet_get_head_l()161 p->next = sock->first_packet; in packet_put_head_l()162 sock->first_packet = p; in packet_put_head_l()188 sock->first_packet = p; in packet_put_tail_l()[all …]