Home
last modified time | relevance | path

Searched refs:gre_tnl_flags_to_gre_flags (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/net/
A Dgre.h87 static inline __be16 gre_tnl_flags_to_gre_flags(__be16 tflags) in gre_tnl_flags_to_gre_flags() function
120 greh->flags = gre_tnl_flags_to_gre_flags(flags); in gre_build_header()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun_gre.c46 greh->flags = gre_tnl_flags_to_gre_flags(tun_key->tun_flags); in mlx5e_gen_ip_tunnel_header_gretap()
/linux-6.3-rc2/net/ipv4/
A Dip_gre.c812 p->i_flags = gre_tnl_flags_to_gre_flags(p->i_flags); in ipgre_tunnel_ctl()
813 p->o_flags = gre_tnl_flags_to_gre_flags(p->o_flags); in ipgre_tunnel_ctl()
854 greh->flags = gre_tnl_flags_to_gre_flags(t->parms.o_flags); in ipgre_header()
1497 gre_tnl_flags_to_gre_flags(p->i_flags)) || in ipgre_fill_info()
1499 gre_tnl_flags_to_gre_flags(o_flags)) || in ipgre_fill_info()
/linux-6.3-rc2/net/ipv6/
A Dip6_gre.c1255 u->i_flags = gre_tnl_flags_to_gre_flags(p->i_flags); in ip6gre_tnl_parm_to_user()
1256 u->o_flags = gre_tnl_flags_to_gre_flags(p->o_flags); in ip6gre_tnl_parm_to_user()
2165 gre_tnl_flags_to_gre_flags(p->i_flags)) || in ip6gre_fill_info()
2167 gre_tnl_flags_to_gre_flags(o_flags)) || in ip6gre_fill_info()

Completed in 98 milliseconds