Home
last modified time | relevance | path

Searched refs:IP6_TNL_F_USE_ORIG_TCLASS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dip6_tunnel.h15 #define IP6_TNL_F_USE_ORIG_TCLASS 0x2 macro
/openbmc/linux/net/ipv6/
H A Dip6_tunnel.c1144 (IP6_TNL_F_USE_ORIG_TCLASS | in ip6_tnl_xmit()
1370 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in ipxip6_tnl_xmit()
1378 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in ipxip6_tnl_xmit()
1478 if (!(p->flags&IP6_TNL_F_USE_ORIG_TCLASS)) in ip6_tnl_link_config()
H A Dip6_gre.c647 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in prepare_ip6gre_xmit_ipv4()
689 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in prepare_ip6gre_xmit_ipv6()
719 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in prepare_ip6gre_xmit_other()
1120 if (!(p->flags&IP6_TNL_F_USE_ORIG_TCLASS)) in ip6gre_tnl_link_config_common()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c440 bool inherit_tos = tparm.flags & IP6_TNL_F_USE_ORIG_TCLASS; in mlxsw_sp_ipip_can_offload_gre6()
H A Dspectrum_span.c558 bool inherit_tos = tparm.flags & IP6_TNL_F_USE_ORIG_TCLASS; in mlxsw_sp_span_entry_gretap6_parms()