diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-10-21 14:09:14 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-21 15:05:59 +0200 |
| commit | 7841d8b1babc796e48daf138d80288c2ba1c6ea2 (patch) | |
| tree | 90a9fb74ec9b0cd179d66af34bf08cae790956f3 /sys/linux/socket_inet_tcp.txt.const | |
| parent | 99021516e98bad89d08d6254a7c9f58a0dfbeb87 (diff) | |
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
Diffstat (limited to 'sys/linux/socket_inet_tcp.txt.const')
| -rw-r--r-- | sys/linux/socket_inet_tcp.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
