diff options
| author | Willem de Bruijn <willemb@google.com> | 2017-10-16 17:21:12 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-10-17 15:26:15 +0200 |
| commit | 6a3e6781814d2630fb2cf239b9fe626c22769193 (patch) | |
| tree | 09e206024af969eff262e212704c6b51e8d3ce9d /sys/linux/socket_ppc64le.const | |
| parent | 6a06c36fe1a1ea944d4d2e47e66b650b42be272b (diff) | |
sys/linux: add MSG_ZEROCOPY
Diffstat (limited to 'sys/linux/socket_ppc64le.const')
| -rw-r--r-- | sys/linux/socket_ppc64le.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/socket_ppc64le.const b/sys/linux/socket_ppc64le.const index bce2542f8..2768c4cea 100644 --- a/sys/linux/socket_ppc64le.const +++ b/sys/linux/socket_ppc64le.const @@ -142,6 +142,7 @@ MSG_PROBE = 16 MSG_TRUNC = 32 MSG_WAITALL = 256 MSG_WAITFORONE = 65536 +MSG_ZEROCOPY = 67108864 SCTP_V4_FLOW = 3 SCTP_V6_FLOW = 7 SHUT_RD = 0 @@ -314,6 +315,7 @@ SO_TIMESTAMPING = 37 SO_TIMESTAMPNS = 35 SO_TYPE = 3 SO_WIFI_STATUS = 41 +SO_ZEROCOPY = 60 TCP_V4_FLOW = 1 TCP_V6_FLOW = 5 UDP_V4_FLOW = 2 |
