Home
last modified time | relevance | path

Searched refs:GRE_STRICT (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_tunnel.h29 #define GRE_STRICT __cpu_to_be16(0x0800) macro
38 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT)
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_tunnel.h29 #define GRE_STRICT __cpu_to_be16(0x0800) macro
39 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_tunnel.h42 #define GRE_STRICT __cpu_to_be16(0x0800) macro
51 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT)
/kernel/linux/linux-5.10/include/net/
Dgre.h77 if (flags & GRE_STRICT) in gre_flags_to_tnl_flags()
100 flags |= GRE_STRICT; in gre_tnl_flags_to_gre_flags()