diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-11-17 16:59:00 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-11-25 01:35:43 +0100 |
commit | e7bae5bafdd1c8c061c6c319488b48a4e2536236 (patch) | |
tree | 6057df73aa20eac4f765b5ae38532098db5a5248 /passt.c | |
parent | a93bfada5bdcdf4dc644c705e24c42a3dd586649 (diff) | |
download | passt-e7bae5bafdd1c8c061c6c319488b48a4e2536236.tar passt-e7bae5bafdd1c8c061c6c319488b48a4e2536236.tar.gz passt-e7bae5bafdd1c8c061c6c319488b48a4e2536236.tar.bz2 passt-e7bae5bafdd1c8c061c6c319488b48a4e2536236.tar.lz passt-e7bae5bafdd1c8c061c6c319488b48a4e2536236.tar.xz passt-e7bae5bafdd1c8c061c6c319488b48a4e2536236.tar.zst passt-e7bae5bafdd1c8c061c6c319488b48a4e2536236.zip |
tcp: Have tcp_seq_init() take its parameters from struct tcp_conn
tcp_seq_init() takes a number of parameters for the connection, but at
every call site, these are already populated in the tcp_conn structure.
Likewise we always store the result into the @seq_to_tap field.
Use this to simplify tcp_seq_init().
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'passt.c')
0 files changed, 0 insertions, 0 deletions