Searched refs:gre_flags_to_tnl_flags (Results 1 – 3 of 3) sorted by relevance
60 static inline __be16 gre_flags_to_tnl_flags(__be16 flags) in gre_flags_to_tnl_flags() function
327 p.i_flags = gre_flags_to_tnl_flags(p.i_flags); in ipgre_tunnel_ioctl()328 p.o_flags = gre_flags_to_tnl_flags(p.o_flags); in ipgre_tunnel_ioctl()613 parms->i_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_IFLAGS])); in ipgre_netlink_parms()616 parms->o_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_OFLAGS])); in ipgre_netlink_parms()
112 tpi->flags = gre_flags_to_tnl_flags(greh->flags); in parse_gre_header()