From 3e52f99308d51fbd4da268fc8b95edc35081d1f5 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 6 Mar 2019 22:03:42 +0000 Subject: netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19 used for optimizing the rxrpc protocol added in linux commit 5271953cad31b97dea80f848c16e96ad66401199 --- include/netinet/udp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/netinet/udp.h b/include/netinet/udp.h index 993c3478..5ea37b0b 100644 --- a/include/netinet/udp.h +++ b/include/netinet/udp.h @@ -33,6 +33,7 @@ struct udphdr { #define UDP_ENCAP_L2TPINUDP 3 #define UDP_ENCAP_GTP0 4 #define UDP_ENCAP_GTP1U 5 +#define UDP_ENCAP_RXRPC 6 #define SOL_UDP 17 -- cgit v1.2.1