Home
last modified time | relevance | path

Searched refs:ConnectionKey (Results 1 – 4 of 4) sorted by relevance

/qemu/net/
H A Dcolo.h60 typedef struct ConnectionKey { struct
67 } QEMU_PACKED ConnectionKey; argument
93 void extract_ip_and_port(uint32_t tmp_ports, ConnectionKey *key,
95 void fill_connection_key(Packet *pkt, ConnectionKey *key, bool reverse);
96 Connection *connection_new(ConnectionKey *key);
99 ConnectionKey *key,
102 ConnectionKey *key);
H A Dcolo.c22 const ConnectionKey *key = opaque; in connection_key_hash()
40 return memcmp(key1, key2, sizeof(ConnectionKey)) == 0; in connection_key_equal()
100 void extract_ip_and_port(uint32_t tmp_ports, ConnectionKey *key, in extract_ip_and_port()
116 void fill_connection_key(Packet *pkt, ConnectionKey *key, bool reverse) in fill_connection_key()
141 Connection *connection_new(ConnectionKey *key) in connection_new()
218 ConnectionKey *key, in connection_get()
224 ConnectionKey *new_key = g_memdup(key, sizeof(*key)); in connection_get()
247 ConnectionKey *key) in connection_has_tracked()
H A Dfilter-rewriter.c73 Packet *pkt, ConnectionKey *key) in handle_primary_tcp_pkt()
179 Packet *pkt, ConnectionKey *key) in handle_secondary_tcp_pkt()
261 ConnectionKey key; in colo_rewriter_receive_iov()
H A Dcolo-compare.c246 ConnectionKey key; in packet_enqueue()