Home
last modified time | relevance | path

Searched refs:gre_flags_to_tnl_flags (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/net/
Dgre.h65 static inline void gre_flags_to_tnl_flags(unsigned long *dst, __be16 flags) in gre_flags_to_tnl_flags() function
/linux-6.12.1/net/ipv4/
Dgre_demux.c76 gre_flags_to_tnl_flags(tpi->flags, greh->flags); in gre_parse_header()
Dip_gre.c831 gre_flags_to_tnl_flags(p->i_flags, i_flags); in ipgre_tunnel_ctl()
832 gre_flags_to_tnl_flags(p->o_flags, o_flags); in ipgre_tunnel_ctl()
1184 gre_flags_to_tnl_flags(parms->i_flags, in ipgre_netlink_parms()
1188 gre_flags_to_tnl_flags(parms->o_flags, in ipgre_netlink_parms()
/linux-6.12.1/net/ipv6/
Dip6_gre.c1257 gre_flags_to_tnl_flags(p->i_flags, u->i_flags); in ip6gre_tnl_parm_from_user()
1258 gre_flags_to_tnl_flags(p->o_flags, u->o_flags); in ip6gre_tnl_parm_from_user()
1802 gre_flags_to_tnl_flags(parms->i_flags, in ip6gre_netlink_parms()
1806 gre_flags_to_tnl_flags(parms->o_flags, in ip6gre_netlink_parms()
/linux-6.12.1/net/netfilter/ipvs/
Dip_vs_core.c1565 gre_flags_to_tnl_flags(flags, greh->flags); in ipvs_gre_decap()