aboutgitcodebugslistschat
path: root/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcp.h')
-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