Home
last modified time | relevance | path

Searched refs:mpls_tc (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_mplsoudp.c96 match.mask->ls[0].mpls_tc); in parse_tunnel()
98 outer_first_mpls_over_udp.mpls_exp, match.key->ls[0].mpls_tc); in parse_tunnel()
/linux/include/net/
H A Dflow_dissector.h85 mpls_tc:3, member
/linux/net/sched/
H A Dcls_flower.c957 lse_val->mpls_tc = tc; in fl_set_key_mpls_lse()
958 lse_mask->mpls_tc = MPLS_TC_MASK; in fl_set_key_mpls_lse()
1066 lse_val->mpls_tc = tc; in fl_set_key_mpls()
1067 lse_mask->mpls_tc = MPLS_TC_MASK; in fl_set_key_mpls()
2950 if (lse_mask->mpls_tc) { in fl_dump_key_mpls_opt_lse()
2952 lse_key->mpls_tc); in fl_dump_key_mpls_opt_lse()
3026 !lse_mask->mpls_tc && !lse_mask->mpls_label)) in fl_dump_key_mpls()
3035 if (lse_mask->mpls_tc) { in fl_dump_key_mpls()
3037 lse_key->mpls_tc); in fl_dump_key_mpls()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c140 match.key->ls[0].mpls_tc) | in nfp_flower_compile_mpls()
148 match.mask->ls[0].mpls_tc) | in nfp_flower_compile_mpls()
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh440 flower $tcflags mpls_tc 0 action drop
442 flower $tcflags mpls_tc 7 action drop
/linux/net/core/
H A Dflow_dissector.c551 lse->mpls_tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in __skb_flow_dissect_mpls()