Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_gre.c43 if (ip_tunnel_flags_intersect(tun_key->tun_flags, unsupp)) in mlx5e_gen_ip_tunnel_header_gretap()
/linux/include/net/
H A Dgre.h121 if (ip_tunnel_flags_intersect(flags, cond)) { in gre_build_header()
H A Dip_tunnels.h52 #define ip_tunnel_flags_intersect(...) \ macro
248 return ip_tunnel_flags_intersect(flags, present); in ip_tunnel_is_options_present()