Searched refs:GRE_FLAGS_KP (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/net/
H A Dif_gre.h42 #define GRE_FLAGS_KP 0x2000 /* key present */ macro
44 #define GRE_FLAGS_MASK (GRE_FLAGS_CP|GRE_FLAGS_KP|GRE_FLAGS_SP)
H A Dif_gre.c541 flags |= GRE_FLAGS_KP;
720 if (flags & GRE_FLAGS_KP) {
864 if (flags & GRE_FLAGS_KP)

Completed in 97 milliseconds