Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dip6_tunnel.h15 #define IP6_TNL_F_USE_ORIG_TCLASS 0x2 macro
/Linux-v4.19/net/ipv6/
Dip6_tunnel.c1087 (IP6_TNL_F_USE_ORIG_TCLASS | in ip6_tnl_xmit()
1278 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in ip4ip6_tnl_xmit()
1368 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in ip6ip6_tnl_xmit()
1446 if (!(p->flags&IP6_TNL_F_USE_ORIG_TCLASS)) in ip6_tnl_link_config()
Dip6_gre.c664 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in prepare_ip6gre_xmit_ipv4()
705 if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) in prepare_ip6gre_xmit_ipv6()
1099 if (!(p->flags&IP6_TNL_F_USE_ORIG_TCLASS)) in ip6gre_tnl_link_config_common()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c432 bool inherit_tos = tparm.flags & IP6_TNL_F_USE_ORIG_TCLASS; in mlxsw_sp_span_entry_gretap6_parms()