Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dip_gre.c139 static __be16 gre_flags_to_tnl_flags(__be16 flags) in gre_flags_to_tnl_flags() function
198 tpi->flags = gre_flags_to_tnl_flags(greh->flags); in parse_gre_header()
687 p.i_flags = gre_flags_to_tnl_flags(p.i_flags); in ipgre_tunnel_ioctl()
688 p.o_flags = gre_flags_to_tnl_flags(p.o_flags); in ipgre_tunnel_ioctl()
974 parms->i_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_IFLAGS])); in ipgre_netlink_parms()
977 parms->o_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_OFLAGS])); in ipgre_netlink_parms()