diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-07-18 15:26:48 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-19 18:33:45 +0200 |
commit | 8126f7a66009f3caaf54ed5044b0eabd5ced61a2 (patch) | |
tree | f013f339864cce58cb6c315a922dbd9d1e44f9eb /Makefile | |
parent | e0647ad80c63fcad6a9dc31541881fa02aeaac98 (diff) | |
download | passt-8126f7a66009f3caaf54ed5044b0eabd5ced61a2.tar passt-8126f7a66009f3caaf54ed5044b0eabd5ced61a2.tar.gz passt-8126f7a66009f3caaf54ed5044b0eabd5ced61a2.tar.bz2 passt-8126f7a66009f3caaf54ed5044b0eabd5ced61a2.tar.lz passt-8126f7a66009f3caaf54ed5044b0eabd5ced61a2.tar.xz passt-8126f7a66009f3caaf54ed5044b0eabd5ced61a2.tar.zst passt-8126f7a66009f3caaf54ed5044b0eabd5ced61a2.zip |
udp: Remove obsolete splice tracking
Now that spliced datagrams are managed via the flow table, remove
UDP_ACT_SPLICE_NS and UDP_ACT_SPLICE_INIT which are no longer used. With
those removed, the 'ts' field in udp_splice_port is also no longer used.
struct udp_splice_port now contains just a socket fd, so replace it with
a plain int in udp_splice_ns[] and udp_splice_init[]. The latter are still
used for tracking of automatic port forwarding.
Finally, the 'splice' field of union udp_epoll_ref is no longer used so
remove it as well.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions