소스 검색

netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19

used for optimizing the rxrpc protocol
added in linux commit 5271953cad31b97dea80f848c16e96ad66401199
Szabolcs Nagy 6 년 전
부모
커밋
3e52f99308
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/netinet/udp.h

+ 1 - 0
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