Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dgre.h78 static inline __be16 gre_tnl_flags_to_gre_flags(__be16 tflags) in gre_tnl_flags_to_gre_flags() function
122 greh->flags = gre_tnl_flags_to_gre_flags(flags); in gre_build_header()
/Linux-v4.19/net/ipv4/
Dip_gre.c849 p.i_flags = gre_tnl_flags_to_gre_flags(p.i_flags); in ipgre_tunnel_ioctl()
850 p.o_flags = gre_tnl_flags_to_gre_flags(p.o_flags); in ipgre_tunnel_ioctl()
895 greh->flags = gre_tnl_flags_to_gre_flags(t->parms.o_flags); in ipgre_header()
1463 gre_tnl_flags_to_gre_flags(p->i_flags)) || in ipgre_fill_info()
1465 gre_tnl_flags_to_gre_flags(p->o_flags)) || in ipgre_fill_info()
/Linux-v4.19/net/ipv6/
Dip6_gre.c1225 u->i_flags = gre_tnl_flags_to_gre_flags(p->i_flags); in ip6gre_tnl_parm_to_user()
1226 u->o_flags = gre_tnl_flags_to_gre_flags(p->o_flags); in ip6gre_tnl_parm_to_user()
2120 gre_tnl_flags_to_gre_flags(p->i_flags)) || in ip6gre_fill_info()
2122 gre_tnl_flags_to_gre_flags(p->o_flags)) || in ip6gre_fill_info()