From d7563e6277ee9c0b6936debd4a6c9a910105b68a Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 25 Mar 2019 13:16:46 +0000 Subject: Add UDP_GRO from Linux 5.0 to netinet/udp.h. This patch adds the new constant UDP_GRO from Linux 5.0 to glibc. Tested for x86_64. * sysdeps/gnu/netinet/udp.h (UDP_GRO): New macro. --- sysdeps/gnu/netinet/udp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/gnu') diff --git a/sysdeps/gnu/netinet/udp.h b/sysdeps/gnu/netinet/udp.h index fc82bae..b6822cb 100644 --- a/sysdeps/gnu/netinet/udp.h +++ b/sysdeps/gnu/netinet/udp.h @@ -82,6 +82,7 @@ struct udphdr #define UDP_NO_CHECK6_RX 102 /* Disable accepting checksum for UDP over IPv6. */ #define UDP_SEGMENT 103 /* Set GSO segmentation size. */ +#define UDP_GRO 104 /* This socket can receive UDP GRO packets. */ /* UDP encapsulation types */ #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */ -- cgit v1.1