Home
last modified time | relevance | path

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

/linux/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/include/net/
H A Dip_tunnels.h53 #define ip_tunnel_flags_empty(...) \ macro
/linux/net/openvswitch/
H A Dflow_netlink.c843 !ip_tunnel_flags_empty(tun_flags)) { in ip_tun_from_nlattr()