Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgre.h65 static inline void gre_flags_to_tnl_flags(unsigned long *dst, __be16 flags) in gre_flags_to_tnl_flags() function
/linux/net/ipv4/
H A Dgre_demux.c76 gre_flags_to_tnl_flags(tpi->flags, greh->flags); in gre_parse_header()
/linux/net/ipv6/
H A 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/net/netfilter/ipvs/
H A Dip_vs_core.c1565 gre_flags_to_tnl_flags(flags, greh->flags); in ipvs_gre_decap()