From 7841d8b1babc796e48daf138d80288c2ba1c6ea2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 21 Oct 2021 14:09:14 +0200 Subject: sys/linux: extend tcp_zerocopy_receive struct It has been extended in the kernel, see: https://elixir.bootlin.com/linux/v5.15-rc6/source/include/uapi/linux/tcp.h#L348 --- sys/linux/socket_inet_tcp.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_inet_tcp.txt.const') diff --git a/sys/linux/socket_inet_tcp.txt.const b/sys/linux/socket_inet_tcp.txt.const index 167f58a3f..38324a93e 100644 --- a/sys/linux/socket_inet_tcp.txt.const +++ b/sys/linux/socket_inet_tcp.txt.const @@ -37,6 +37,7 @@ TCP_NOTSENT_LOWAT = 25 TCP_NO_QUEUE = 0 TCP_QUEUE_SEQ = 21 TCP_QUICKACK = 12 +TCP_RECEIVE_ZEROCOPY_FLAG_TLB_CLEAN_HINT = 1 TCP_RECV_QUEUE = 1 TCP_REPAIR = 19 TCP_REPAIR_OFF = 0 -- cgit mrf-deployment