diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/udp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/udp.h b/include/uapi/linux/udp.h index e2bcfd75a30d..16574ea18f0c 100644 --- a/include/uapi/linux/udp.h +++ b/include/uapi/linux/udp.h | |||
| @@ -29,6 +29,8 @@ struct udphdr { | |||
| 29 | /* UDP socket options */ | 29 | /* UDP socket options */ |
| 30 | #define UDP_CORK 1 /* Never send partially complete segments */ | 30 | #define UDP_CORK 1 /* Never send partially complete segments */ |
| 31 | #define UDP_ENCAP 100 /* Set the socket to accept encapsulated packets */ | 31 | #define UDP_ENCAP 100 /* Set the socket to accept encapsulated packets */ |
| 32 | #define UDP_NO_CHECK6_TX 101 /* Disable sending checksum for UDP6X */ | ||
| 33 | #define UDP_NO_CHECK6_RX 102 /* Disable accpeting checksum for UDP6 */ | ||
| 32 | 34 | ||
| 33 | /* UDP encapsulation types */ | 35 | /* UDP encapsulation types */ |
| 34 | #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */ | 36 | #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */ |
