Home
last modified time | relevance | path

Searched refs:GRE_FLAGS_KP (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gre.h44 #define GRE_FLAGS_KP 0x2000 /* key present */ macro
46 #define GRE_FLAGS_MASK (GRE_FLAGS_CP|GRE_FLAGS_KP|GRE_FLAGS_SP)
H A Dif_gre.c491 flags |= GRE_FLAGS_KP; in gre_update_hdr()
541 if (flags & GRE_FLAGS_KP) { in gre_input()
638 if (flags & GRE_FLAGS_KP)
/f-stack/tools/compat/include/net/
H A Dif_gre.h44 #define GRE_FLAGS_KP 0x2000 /* key present */ macro
46 #define GRE_FLAGS_MASK (GRE_FLAGS_CP|GRE_FLAGS_KP|GRE_FLAGS_SP)