hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/uapi/linux/udp.h
....@@ -33,6 +33,7 @@
3333 #define UDP_NO_CHECK6_TX 101 /* Disable sending checksum for UDP6X */
3434 #define UDP_NO_CHECK6_RX 102 /* Disable accpeting checksum for UDP6 */
3535 #define UDP_SEGMENT 103 /* Set GSO segmentation size */
36
+#define UDP_GRO 104 /* This socket can receive UDP GRO packets */
3637
3738 /* UDP encapsulation types */
3839 #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */
....@@ -41,5 +42,6 @@
4142 #define UDP_ENCAP_GTP0 4 /* GSM TS 09.60 */
4243 #define UDP_ENCAP_GTP1U 5 /* 3GPP TS 29.060 */
4344 #define UDP_ENCAP_RXRPC 6
45
+#define TCP_ENCAP_ESPINTCP 7 /* Yikes, this is really xfrm encap types. */
4446
4547 #endif /* _UAPI_LINUX_UDP_H */