Home
last modified time | relevance | path

Searched refs:GRE_FLAGS_SP (Results 1 – 2 of 2) sorted by relevance

/src/sys/net/
H A Dif_gre.h44 #define GRE_FLAGS_SP 0x1000 /* sequence present */ macro
45 #define GRE_FLAGS_MASK (GRE_FLAGS_CP|GRE_FLAGS_KP|GRE_FLAGS_SP)
H A Dif_gre.c724 flags |= GRE_FLAGS_SP; in gre_update_hdr()
788 if (flags & GRE_FLAGS_SP) {
863 KASSERT((flags & GRE_FLAGS_SP) != 0,