Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dip6_tunnel.h15 #define IP6_TNL_F_USE_ORIG_TCLASS 0x2 macro
/Linux-v5.4/net/ipv6/
Dip6_tunnel.c1083 (IP6_TNL_F_USE_ORIG_TCLASS | in ip6_tnl_xmit()
1270 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in ip4ip6_tnl_xmit()
1356 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in ip6ip6_tnl_xmit()
1436 if (!(p->flags&IP6_TNL_F_USE_ORIG_TCLASS)) in ip6_tnl_link_config()
Dip6_gre.c645 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in prepare_ip6gre_xmit_ipv4()
687 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in prepare_ip6gre_xmit_ipv6()
1087 if (!(p->flags&IP6_TNL_F_USE_ORIG_TCLASS)) in ip6gre_tnl_link_config_common()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c436 bool inherit_tos = tparm.flags & IP6_TNL_F_USE_ORIG_TCLASS; in mlxsw_sp_span_entry_gretap6_parms()