diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-07-18 15:26:39 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-19 18:33:16 +0200 |
commit | 2f40a01944c29e84c957589a361bb55d3e409f65 (patch) | |
tree | 1f6ade03eac5220d640686d17f3785565ba2c75f /util.c | |
parent | 6d76278c21ce2aae7f68ba6807de570cc88f5499 (diff) | |
download | passt-2f40a01944c29e84c957589a361bb55d3e409f65.tar passt-2f40a01944c29e84c957589a361bb55d3e409f65.tar.gz passt-2f40a01944c29e84c957589a361bb55d3e409f65.tar.bz2 passt-2f40a01944c29e84c957589a361bb55d3e409f65.tar.lz passt-2f40a01944c29e84c957589a361bb55d3e409f65.tar.xz passt-2f40a01944c29e84c957589a361bb55d3e409f65.tar.zst passt-2f40a01944c29e84c957589a361bb55d3e409f65.zip |
icmp: Look up ping flows using flow hash
When we receive a ping packet from the tap interface, we currently locate
the correct flow entry (if present) using an anciliary data structure, the
icmp_id_map[] tables. However, we can look this up using the flow hash
table - that's what it's for.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions