Searched refs:tparm (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c454 struct ip_tunnel_parm_kern tparm = mlxsw_sp_ipip_netdev_parms4(to_dev); local
455 union mlxsw_sp_l3addr saddr = { .addr4 = tparm.iph.saddr };
456 union mlxsw_sp_l3addr daddr = { .addr4 = tparm.iph.daddr };
457 bool inherit_tos = tparm.iph.tos & 0x1;
458 bool inherit_ttl = !tparm.iph.ttl;
464 !ip_tunnel_flags_empty(tparm.i_flags) ||
465 !ip_tunnel_flags_empty(tparm.o_flags) ||
474 tparm.iph.ttl,
559 struct __ip6_tnl_parm tparm = mlxsw_sp_ipip_netdev_parms6(to_dev); local
560 bool inherit_tos = tparm
[all...]
H A Dspectrum_ipip.c446 struct __ip6_tnl_parm tparm = mlxsw_sp_ipip_netdev_parms6(ol_dev); local
447 bool inherit_tos = tparm.flags & IP6_TNL_F_USE_ORIG_TCLASS;
448 bool inherit_ttl = tparm.hop_limit == 0;
454 return ip_tunnel_flags_subset(tparm.i_flags, okflags) &&
455 ip_tunnel_flags_subset(tparm.o_flags, okflags) &&

Completed in 163 milliseconds