Home
last modified time | relevance | path

Searched refs:mpls_ttl (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_mplsoudp.c108 outer_first_mpls_over_udp.mpls_ttl, in parse_tunnel()
109 match.mask->ls[0].mpls_ttl); in parse_tunnel()
111 outer_first_mpls_over_udp.mpls_ttl, in parse_tunnel()
112 match.key->ls[0].mpls_ttl); in parse_tunnel()
/linux/net/sched/
H A Dact_mpls.c172 u8 mpls_ttl = 0; in tcf_mpls_init() local
256 mpls_ttl = net->mpls.default_ttl ? in tcf_mpls_init()
259 mpls_ttl = ACT_MPLS_TTL_DEFAULT; in tcf_mpls_init()
292 p->tcfm_ttl = nla_get_u8_default(tb[TCA_MPLS_TTL], mpls_ttl); in tcf_mpls_init()
H A Dcls_flower.c933 lse_val->mpls_ttl = nla_get_u8(tb[TCA_FLOWER_KEY_MPLS_OPT_LSE_TTL]); in fl_set_key_mpls_lse()
934 lse_mask->mpls_ttl = MPLS_TTL_MASK; in fl_set_key_mpls_lse()
1038 lse_val->mpls_ttl = nla_get_u8(tb[TCA_FLOWER_KEY_MPLS_TTL]); in fl_set_key_mpls()
1039 lse_mask->mpls_ttl = MPLS_TTL_MASK; in fl_set_key_mpls()
2940 if (lse_mask->mpls_ttl) { in fl_dump_key_mpls_opt_lse()
2942 lse_key->mpls_ttl); in fl_dump_key_mpls_opt_lse()
3027 (!lse_mask->mpls_ttl && !lse_mask->mpls_bos && in fl_dump_key_mpls()
3031 if (lse_mask->mpls_ttl) { in fl_dump_key_mpls()
3033 lse_key->mpls_ttl); in fl_dump_key_mpls()
/linux/include/net/
H A Dflow_dissector.h83 u32 mpls_ttl:8, member
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c930 if (match.mask->ls[bit].mpls_ttl) { in otx2_tc_prepare_flow()
935 match.key->ls[bit].mpls_ttl); in otx2_tc_prepare_flow()
938 match.mask->ls[bit].mpls_ttl); in otx2_tc_prepare_flow()
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh517 flower $tcflags mpls_ttl 0 action drop
519 flower $tcflags mpls_ttl 255 action drop
/linux/net/core/
H A Dflow_dissector.c549 lse->mpls_ttl = (entry & MPLS_LS_TTL_MASK) >> MPLS_LS_TTL_SHIFT; in __skb_flow_dissect_mpls()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h673 u8 mpls_ttl[0x8]; member