Searched refs:ConnectionKey (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/net/ |
H A D | colo.h | 60 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 D | colo.c | 22 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 D | filter-rewriter.c | 73 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 D | colo-compare.c | 246 ConnectionKey key; in packet_enqueue()
|