Searched refs:GRE_SEQ (Results 1 - 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dif_tunnel.h27 #define GRE_SEQ __cpu_to_be16(0x1000) macro
37 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
/external/iproute2/ip/
H A Dip6tunnel.c122 if (p->i_flags & GRE_SEQ)
126 if (p->o_flags & GRE_SEQ)
249 p->i_flags |= GRE_SEQ;
250 p->o_flags |= GRE_SEQ;
252 p->i_flags |= GRE_SEQ;
254 p->o_flags |= GRE_SEQ;
H A Dlink_gre.c207 iflags |= GRE_SEQ;
208 oflags |= GRE_SEQ;
210 iflags |= GRE_SEQ;
212 oflags |= GRE_SEQ;
415 if (iflags & GRE_SEQ)
417 if (oflags & GRE_SEQ)
H A Dlink_gre6.c203 iflags |= GRE_SEQ;
204 oflags |= GRE_SEQ;
206 iflags |= GRE_SEQ;
208 oflags |= GRE_SEQ;
384 if (iflags & GRE_SEQ)
386 if (oflags & GRE_SEQ)
H A Diptunnel.c113 p->i_flags |= GRE_SEQ;
114 p->o_flags |= GRE_SEQ;
116 p->i_flags |= GRE_SEQ;
118 p->o_flags |= GRE_SEQ;
377 if (p->i_flags & GRE_SEQ)
381 if (p->o_flags & GRE_SEQ)
/external/iproute2/include/linux/
H A Dif_tunnel.h24 #define GRE_SEQ __cpu_to_be16(0x1000) macro
/external/libnl/include/linux-private/linux/
H A Dif_tunnel.h24 #define GRE_SEQ __cpu_to_be16(0x1000) macro
/external/iproute2/examples/bpf/
H A Dbpf_prog.c349 if (gre_flags & GRE_SEQ)
/external/toybox/toys/pending/
H A Dip.c2383 if (ptnl->i_flags & GRE_SEQ) printf("\n Drop packets out of sequence.\n");
2386 if (ptnl->o_flags & GRE_SEQ) printf("\n Sequence packets on output.");
2506 ptnl->i_flags |= GRE_SEQ;
2507 ptnl->o_flags |= GRE_SEQ;
2510 ptnl->i_flags |= GRE_SEQ;
2513 ptnl->o_flags |= GRE_SEQ;
2590 if ((ptnl->i_flags & GRE_SEQ) || (ptnl->o_flags & GRE_SEQ))

Completed in 909 milliseconds