diff options
| -rw-r--r-- | include/netinet/udp.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/netinet/udp.h b/include/netinet/udp.h index 5ea37b0b..ffd89079 100644 --- a/include/netinet/udp.h +++ b/include/netinet/udp.h @@ -27,6 +27,7 @@ struct udphdr {  #define UDP_NO_CHECK6_TX 101  #define UDP_NO_CHECK6_RX 102  #define UDP_SEGMENT	103 +#define UDP_GRO		104  #define UDP_ENCAP_ESPINUDP_NON_IKE 1  #define UDP_ENCAP_ESPINUDP	2 | 
