Searched refs:GRE_SEQ (Results 1 – 2 of 2) sorted by relevance
28 #define GRE_SEQ __cpu_to_be16(0x1000) macro38 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
2493 if (ptnl->i_flags & GRE_SEQ) printf("\n Drop packets out of sequence.\n"); in display_tunnel()2496 if (ptnl->o_flags & GRE_SEQ) printf("\n Sequence packets on output."); in display_tunnel()2616 ptnl->i_flags |= GRE_SEQ; in parse_iptunnel_args()2617 ptnl->o_flags |= GRE_SEQ; in parse_iptunnel_args()2620 ptnl->i_flags |= GRE_SEQ; in parse_iptunnel_args()2623 ptnl->o_flags |= GRE_SEQ; in parse_iptunnel_args()2700 if ((ptnl->i_flags & GRE_SEQ) || (ptnl->o_flags & GRE_SEQ)) in parse_iptunnel_args()