Lines Matching refs:o_flags
234 tpi.flags = tunnel->parms.o_flags; in __gre_xmit()
237 if (tunnel->parms.o_flags & TUNNEL_SEQ) in __gre_xmit()
275 skb = gre_handle_offloads(skb, !!(tunnel->parms.o_flags&TUNNEL_CSUM)); in ipgre_xmit()
295 skb = gre_handle_offloads(skb, !!(tunnel->parms.o_flags&TUNNEL_CSUM)); in gre_tap_xmit()
324 ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING))) in ipgre_tunnel_ioctl()
328 p.o_flags = gre_flags_to_tnl_flags(p.o_flags); in ipgre_tunnel_ioctl()
335 p.o_flags = tnl_flags_to_gre_flags(p.o_flags); in ipgre_tunnel_ioctl()
379 greh->flags = tnl_flags_to_gre_flags(t->parms.o_flags); in ipgre_header()
480 tunnel->tun_hlen = ip_gre_calc_hlen(tunnel->parms.o_flags); in __gre_tunnel_init()
493 if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) { in __gre_tunnel_init()
616 parms->o_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_OFLAGS])); in ipgre_netlink_parms()
778 nla_put_be16(skb, IFLA_GRE_OFLAGS, tnl_flags_to_gre_flags(p->o_flags)) || in ipgre_fill_info()