aboutgitcodebugslistschat
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2026-01-08 13:14:48 +1100
committerStefano Brivio <sbrivio@redhat.com>2026-01-10 20:54:13 +0100
commitad5670a980d0e44399f7d982f377d3744365a039 (patch)
tree7bf24615889441df6f63c67b21d52b0421c2f7ba
parent9437fc2620d5ae925385b465914074a37aeed850 (diff)
downloadpasst-ad5670a980d0e44399f7d982f377d3744365a039.tar
passt-ad5670a980d0e44399f7d982f377d3744365a039.tar.gz
passt-ad5670a980d0e44399f7d982f377d3744365a039.tar.bz2
passt-ad5670a980d0e44399f7d982f377d3744365a039.tar.lz
passt-ad5670a980d0e44399f7d982f377d3744365a039.tar.xz
passt-ad5670a980d0e44399f7d982f377d3744365a039.tar.zst
passt-ad5670a980d0e44399f7d982f377d3744365a039.zip
tcp: Remove unused tcp_epoll_ref
This union has been unused for some time. Remove it. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r--tcp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tcp.h b/tcp.h
index 9dd8876..516dfef 100644
--- a/tcp.h
+++ b/tcp.h
@@ -31,16 +31,6 @@ void tcp_update_l2_buf(const unsigned char *eth_d);
extern bool peek_offset_cap;
/**
- * union tcp_epoll_ref - epoll reference portion for TCP connections
- * @index: Index of connection in table
- * @u32: Opaque u32 value of reference
- */
-union tcp_epoll_ref {
- uint32_t index:20;
- uint32_t u32;
-};
-
-/**
* union tcp_listen_epoll_ref - epoll reference portion for TCP listening
* @port: Bound port number of the socket
* @pif: pif in which the socket is listening