Lines Matching refs:Packet
43 int parse_packet_early(Packet *pkt) in parse_packet_early()
101 Packet *pkt, bool reverse) in extract_ip_and_port()
116 void fill_connection_key(Packet *pkt, ConnectionKey *key, bool reverse) in fill_connection_key()
165 Packet *packet_new(const void *data, int size, int vnet_hdr_len) in packet_new()
167 Packet *pkt = g_slice_new0(Packet); in packet_new()
181 Packet *packet_new_nocopy(void *data, int size, int vnet_hdr_len) in packet_new_nocopy()
183 Packet *pkt = g_slice_new0(Packet); in packet_new_nocopy()
195 Packet *pkt = opaque; in packet_destroy()
198 g_slice_free(Packet, pkt); in packet_destroy()
203 Packet *pkt = opaque; in packet_destroy_partial()
205 g_slice_free(Packet, pkt); in packet_destroy_partial()