Home
last modified time | relevance | path

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

/linux/include/net/
A Dgre.h65 static inline __be16 gre_flags_to_tnl_flags(__be16 flags) in gre_flags_to_tnl_flags() function
/linux/net/ipv4/
A Dgre_demux.c76 tpi->flags = gre_flags_to_tnl_flags(greh->flags); in gre_parse_header()
A Dip_gre.c795 p->i_flags = gre_flags_to_tnl_flags(p->i_flags); in ipgre_tunnel_ctl()
796 p->o_flags = gre_flags_to_tnl_flags(p->o_flags); in ipgre_tunnel_ctl()
1146 parms->i_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_IFLAGS])); in ipgre_netlink_parms()
1149 parms->o_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_OFLAGS])); in ipgre_netlink_parms()
/linux/net/ipv6/
A Dip6_gre.c1224 p->i_flags = gre_flags_to_tnl_flags(u->i_flags); in ip6gre_tnl_parm_from_user()
1225 p->o_flags = gre_flags_to_tnl_flags(u->o_flags); in ip6gre_tnl_parm_from_user()
1782 parms->i_flags = gre_flags_to_tnl_flags( in ip6gre_netlink_parms()
1786 parms->o_flags = gre_flags_to_tnl_flags( in ip6gre_netlink_parms()
/linux/net/netfilter/ipvs/
A Dip_vs_core.c1569 return gre_calc_hlen(gre_flags_to_tnl_flags(greh->flags)); in ipvs_gre_decap()

Completed in 14 milliseconds