mirror of
https://passt.top/passt
synced 2025-06-14 03:25:34 +02:00
tcp, tcp_splice: Move per-type cleanup logic into per-type helpers
tcp_conn_destroy() and tcp_splice_destroy() are always called conditionally on the connection being closed or closing. Move that logic into the "destroy" functions themselves, renaming them tcp_flow_defer() and tcp_splice_flow_defer(). Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
eebca1115f
commit
c97bb527d6
3 changed files with 14 additions and 10 deletions
|
@ -158,7 +158,7 @@ extern int init_sock_pool6 [TCP_SOCK_POOL_SIZE];
|
|||
void tcp_tap_conn_update(const struct ctx *c, struct tcp_tap_conn *old,
|
||||
struct tcp_tap_conn *new);
|
||||
void tcp_splice_conn_update(const struct ctx *c, struct tcp_splice_conn *new);
|
||||
void tcp_splice_destroy(struct ctx *c, union flow *flow);
|
||||
void tcp_splice_flow_defer(struct ctx *c, union flow *flow);
|
||||
void tcp_splice_timer(const struct ctx *c, union flow *flow);
|
||||
int tcp_conn_pool_sock(int pool[]);
|
||||
int tcp_conn_new_sock(const struct ctx *c, sa_family_t af);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue