Lines Matching refs:__cpu_to_be16
25 #define GRE_CSUM __cpu_to_be16(0x8000)
26 #define GRE_ROUTING __cpu_to_be16(0x4000)
27 #define GRE_KEY __cpu_to_be16(0x2000)
28 #define GRE_SEQ __cpu_to_be16(0x1000)
29 #define GRE_STRICT __cpu_to_be16(0x0800)
30 #define GRE_REC __cpu_to_be16(0x0700)
31 #define GRE_ACK __cpu_to_be16(0x0080)
32 #define GRE_FLAGS __cpu_to_be16(0x0078)
33 #define GRE_VERSION __cpu_to_be16(0x0007)
43 #define GRE_VERSION_0 __cpu_to_be16(0x0000)
44 #define GRE_VERSION_1 __cpu_to_be16(0x0001)
45 #define GRE_PROTO_PPP __cpu_to_be16(0x880b)
164 #define TUNNEL_CSUM __cpu_to_be16(0x01)
165 #define TUNNEL_ROUTING __cpu_to_be16(0x02)
166 #define TUNNEL_KEY __cpu_to_be16(0x04)
167 #define TUNNEL_SEQ __cpu_to_be16(0x08)
168 #define TUNNEL_STRICT __cpu_to_be16(0x10)
169 #define TUNNEL_REC __cpu_to_be16(0x20)
170 #define TUNNEL_VERSION __cpu_to_be16(0x40)
171 #define TUNNEL_NO_KEY __cpu_to_be16(0x80)
172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100)
173 #define TUNNEL_OAM __cpu_to_be16(0x0200)
174 #define TUNNEL_CRIT_OPT __cpu_to_be16(0x0400)
175 #define TUNNEL_GENEVE_OPT __cpu_to_be16(0x0800)
176 #define TUNNEL_VXLAN_OPT __cpu_to_be16(0x1000)
177 #define TUNNEL_NOCACHE __cpu_to_be16(0x2000)
178 #define TUNNEL_ERSPAN_OPT __cpu_to_be16(0x4000)
179 #define TUNNEL_GTP_OPT __cpu_to_be16(0x8000)