Lines Matching full:packet
37 typedef struct Packet { struct
45 /* Time of packet creation, in wall clock ms */
51 /* the sequence number of the last byte of the packet */
58 } Packet; argument
70 /* connection primary send queue: element type: Packet */
72 /* connection secondary send queue: element type: Packet */
92 int parse_packet_early(Packet *pkt);
94 Packet *pkt, bool reverse);
95 void fill_connection_key(Packet *pkt, ConnectionKey *key, bool reverse);
104 Packet *packet_new(const void *data, int size, int vnet_hdr_len);
105 Packet *packet_new_nocopy(void *data, int size, int vnet_hdr_len);