Searched refs:mpls_ttl (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/net/sched/ |
D | act_mpls.c | 144 u8 mpls_ttl = 0; in tcf_mpls_init() local 200 mpls_ttl = net->mpls.default_ttl ? in tcf_mpls_init() 203 mpls_ttl = ACT_MPLS_TTL_DEFAULT; in tcf_mpls_init() 257 mpls_ttl; in tcf_mpls_init()
|
D | cls_flower.c | 745 key_val->mpls_ttl = nla_get_u8(tb[TCA_FLOWER_KEY_MPLS_TTL]); in fl_set_key_mpls() 746 key_mask->mpls_ttl = MPLS_TTL_MASK; in fl_set_key_mpls() 1998 if (mpls_mask->mpls_ttl) { in fl_dump_key_mpls() 2000 mpls_key->mpls_ttl); in fl_dump_key_mpls()
|
/Linux-v5.4/include/net/ |
D | flow_dissector.h | 56 u32 mpls_ttl:8, member
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste.c | 922 MLX5_GET(fte_match_set_misc2, mask, outer_first_mpls.mpls_ttl); in dr_ste_copy_mask_misc2() 930 MLX5_GET(fte_match_set_misc2, mask, inner_first_mpls.mpls_ttl); in dr_ste_copy_mask_misc2() 938 MLX5_GET(fte_match_set_misc2, mask, outer_first_mpls_over_gre.mpls_ttl); in dr_ste_copy_mask_misc2() 946 MLX5_GET(fte_match_set_misc2, mask, outer_first_mpls_over_udp.mpls_ttl); in dr_ste_copy_mask_misc2()
|
/Linux-v5.4/net/core/ |
D | flow_dissector.c | 417 key_mpls->mpls_ttl = (entry & MPLS_LS_TTL_MASK) in __skb_flow_dissect_mpls()
|
/Linux-v5.4/include/linux/mlx5/ |
D | mlx5_ifc.h | 543 u8 mpls_ttl[0x8]; member
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | main.c | 2605 if (MLX5_GET(fte_match_mpls, set_mask, mpls_ttl) && in check_mpls_supp_fields()
|