Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c463 !ip_tunnel_flags_empty(tparm.i_flags) || in mlxsw_sp_span_entry_gretap4_parms()
464 !ip_tunnel_flags_empty(tparm.o_flags) || in mlxsw_sp_span_entry_gretap4_parms()
568 !ip_tunnel_flags_empty(tparm.i_flags) || in mlxsw_sp_span_entry_gretap6_parms()
569 !ip_tunnel_flags_empty(tparm.o_flags) || in mlxsw_sp_span_entry_gretap6_parms()
/linux-6.15/include/net/
H A Dip_tunnels.h50 #define ip_tunnel_flags_empty(...) \ macro
/linux-6.15/drivers/net/
H A Dgeneve.c1331 !ip_tunnel_flags_empty(info->key.tun_flags) || in is_tnl_info_zero()
/linux-6.15/net/openvswitch/
H A Dflow_netlink.c843 !ip_tunnel_flags_empty(tun_flags)) { in ip_tun_from_nlattr()