Lines Matching refs:o_flags

480 	ip_tunnel_flags_copy(flags, tunnel->parms.o_flags);  in __gre_xmit()
518 tunnel->parms.o_flags))) in gre_fb_xmit()
689 tunnel->parms.o_flags))) in ipgre_xmit()
731 __clear_bit(IP_TUNNEL_SEQ_BIT, tunnel->parms.o_flags); in erspan_xmit()
746 __clear_bit(IP_TUNNEL_KEY_BIT, tunnel->parms.o_flags); in erspan_xmit()
770 tunnel->parms.o_flags))) in gre_tap_xmit()
791 tunnel->tun_hlen = gre_calc_hlen(tunnel->parms.o_flags); in ipgre_link_update()
803 if (test_bit(IP_TUNNEL_SEQ_BIT, tunnel->parms.o_flags) || in ipgre_link_update()
804 (test_bit(IP_TUNNEL_CSUM_BIT, tunnel->parms.o_flags) && in ipgre_link_update()
818 __be16 i_flags, o_flags; in ipgre_tunnel_ctl() local
822 !ip_tunnel_flags_is_be16_compat(p->o_flags)) in ipgre_tunnel_ctl()
826 o_flags = ip_tunnel_flags_to_be16(p->o_flags); in ipgre_tunnel_ctl()
831 ((i_flags | o_flags) & (GRE_VERSION | GRE_ROUTING))) in ipgre_tunnel_ctl()
836 gre_flags_to_tnl_flags(p->o_flags, o_flags); in ipgre_tunnel_ctl()
846 ip_tunnel_flags_copy(t->parms.o_flags, p->o_flags); in ipgre_tunnel_ctl()
854 o_flags = gre_tnl_flags_to_gre_flags(p->o_flags); in ipgre_tunnel_ctl()
855 ip_tunnel_flags_from_be16(p->o_flags, o_flags); in ipgre_tunnel_ctl()
897 greh->flags = gre_tnl_flags_to_gre_flags(t->parms.o_flags); in ipgre_header()
1001 tunnel->tun_hlen = gre_calc_hlen(tunnel->parms.o_flags); in __gre_tunnel_init()
1013 if (test_bit(IP_TUNNEL_SEQ_BIT, tunnel->parms.o_flags)) in __gre_tunnel_init()
1015 if (test_bit(IP_TUNNEL_CSUM_BIT, tunnel->parms.o_flags) && in __gre_tunnel_init()
1194 gre_flags_to_tnl_flags(parms->o_flags, in ipgre_netlink_parms()
1462 ip_tunnel_flags_copy(t->parms.o_flags, p.o_flags); in ipgre_changelink()
1491 ip_tunnel_flags_copy(t->parms.o_flags, p.o_flags); in erspan_changelink()
1548 IP_TUNNEL_DECLARE_FLAGS(o_flags); in ipgre_fill_info()
1550 ip_tunnel_flags_copy(o_flags, p->o_flags); in ipgre_fill_info()
1556 gre_tnl_flags_to_gre_flags(o_flags)) || in ipgre_fill_info()
1598 __set_bit(IP_TUNNEL_KEY_BIT, t->parms.o_flags); in erspan_fill_info()