Home
last modified time | relevance | path

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

/freebsd/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.c495 flags |= GRE_FLAGS_SP; in gre_update_hdr()
559 if (flags & GRE_FLAGS_SP) {
634 KASSERT((flags & GRE_FLAGS_SP) != 0,
635 ("gre_setseqn called, but GRE_FLAGS_SP isn't set "));