Searched defs:o_flags (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dip_gre.c146 static int ip_gre_calc_hlen(__be16 o_flags) argument
150 if (o_flags&TUNNEL_CSUM)
152 if (o_flags&TUNNEL_KEY)
154 if (o_flags&TUNNEL_SEQ)
358 tunnel->parms.o_flags&TUNNEL_CSUM) {
418 tpi.flags = tunnel->parms.o_flags;
421 if (tunnel->parms.o_flags & TUNNEL_SEQ)
508 ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING))) {
512 p.o_flags = gre_flags_to_tnl_flags(p.o_flags);
[all...]

Completed in 34 milliseconds