.. | .. |
---|
33 | 33 | #define UDP_NO_CHECK6_TX 101 /* Disable sending checksum for UDP6X */ |
---|
34 | 34 | #define UDP_NO_CHECK6_RX 102 /* Disable accpeting checksum for UDP6 */ |
---|
35 | 35 | #define UDP_SEGMENT 103 /* Set GSO segmentation size */ |
---|
| 36 | +#define UDP_GRO 104 /* This socket can receive UDP GRO packets */ |
---|
36 | 37 | |
---|
37 | 38 | /* UDP encapsulation types */ |
---|
38 | 39 | #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */ |
---|
.. | .. |
---|
41 | 42 | #define UDP_ENCAP_GTP0 4 /* GSM TS 09.60 */ |
---|
42 | 43 | #define UDP_ENCAP_GTP1U 5 /* 3GPP TS 29.060 */ |
---|
43 | 44 | #define UDP_ENCAP_RXRPC 6 |
---|
| 45 | +#define TCP_ENCAP_ESPINTCP 7 /* Yikes, this is really xfrm encap types. */ |
---|
44 | 46 | |
---|
45 | 47 | #endif /* _UAPI_LINUX_UDP_H */ |
---|