Home
last modified time | relevance | path

Searched refs:mpls_tc (Results 1 – 7 of 7) 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.c953 lse_val->mpls_tc = tc; in fl_set_key_mpls_lse()
954 lse_mask->mpls_tc = MPLS_TC_MASK; in fl_set_key_mpls_lse()
1062 lse_val->mpls_tc = tc; in fl_set_key_mpls()
1063 lse_mask->mpls_tc = MPLS_TC_MASK; in fl_set_key_mpls()
2953 if (lse_mask->mpls_tc) { in fl_dump_key_mpls_opt_lse()
2955 lse_key->mpls_tc); in fl_dump_key_mpls_opt_lse()
3029 !lse_mask->mpls_tc && !lse_mask->mpls_label)) in fl_dump_key_mpls()
3038 if (lse_mask->mpls_tc) { in fl_dump_key_mpls()
3040 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/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c898 match.key->ls[bit].mpls_tc) | in otx2_tc_prepare_flow()
906 match.mask->ls[bit].mpls_tc) | in otx2_tc_prepare_flow()
/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()