/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_mplsoudp.c | 88 outer_first_mpls_over_udp.mpls_label, in parse_tunnel() 89 match.mask->ls[0].mpls_label); in parse_tunnel() 91 outer_first_mpls_over_udp.mpls_label, in parse_tunnel() 92 match.key->ls[0].mpls_label); in parse_tunnel()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tc_tunnel.c | 49 static const __u32 mpls_label = __bpf_constant_htonl(1000 << 12 | variable 162 l2_len = sizeof(mpls_label); in __encap_ipv4() 204 *(__u32 *)l2_hdr = mpls_label; in __encap_ipv4() 293 l2_len = sizeof(mpls_label); in __encap_ipv6() 334 *(__u32 *)l2_hdr = mpls_label; in __encap_ipv6() 636 olen += sizeof(mpls_label); in decap_internal() 649 olen += sizeof(mpls_label); in decap_internal()
|
H A D | bpf_flow.c | 395 struct mpls_label *mpls, _mpls; in PROG()
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_mpls_l2vpn.sh | 92 flower mpls_label 101 \ 121 flower mpls_label 102 \
|
H A D | tc_flower.sh | 402 flower $tcflags mpls_label 0 action drop 404 flower $tcflags mpls_label 1048575 action drop 427 log_test "mpls_label match ($tcflags)"
|
/linux/tools/testing/selftests/net/ |
H A D | bareudp.sh | 399 flower mpls_label 203 \ 403 flower mpls_label 200 \ 446 flower mpls_label 203 \ 450 flower mpls_label 200 \
|
/linux/include/uapi/linux/ |
H A D | mpls.h | 22 struct mpls_label { struct 23 entrympls_label global() argument
|
/linux/include/net/ |
H A D | flow_dissector.h | 86 mpls_label:20; member
|
/linux/net/ipv4/ |
H A D | tunnel4.c | 165 if (!pskb_may_pull(skb, sizeof(struct mpls_label))) in tunnelmpls4_rcv()
|
/linux/samples/bpf/ |
H A D | sockex3_kern.c | 235 nhoff += sizeof(struct mpls_label); in bpf_func_mpls()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | dr_ste.c | 913 IFC_GET_CLR(fte_match_set_misc2, mask, outer_first_mpls.mpls_label, clr); in dr_ste_copy_mask_misc2() 921 IFC_GET_CLR(fte_match_set_misc2, mask, inner_first_mpls.mpls_label, clr); in dr_ste_copy_mask_misc2() 929 IFC_GET_CLR(fte_match_set_misc2, mask, outer_first_mpls_over_gre.mpls_label, clr); in dr_ste_copy_mask_misc2() 937 IFC_GET_CLR(fte_match_set_misc2, mask, outer_first_mpls_over_udp.mpls_label, clr); in dr_ste_copy_mask_misc2()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | match.c | 138 match.key->ls[0].mpls_label) | in nfp_flower_compile_mpls() 146 match.mask->ls[0].mpls_label) | in nfp_flower_compile_mpls()
|
/linux/net/core/ |
H A D | flow_dissector.c | 520 struct mpls_label *hdr, _hdr; in __skb_flow_dissect_mpls() 552 lse->mpls_label = label; in __skb_flow_dissect_mpls() 1448 nhoff += sizeof(struct mpls_label); in __skb_flow_dissect()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_tc.c | 915 match.key->ls[bit].mpls_label) | in otx2_tc_prepare_flow() 923 match.mask->ls[bit].mpls_label) | in otx2_tc_prepare_flow()
|
/linux/net/wireless/ |
H A D | util.c | 1000 struct mpls_label mpls_tmp, *mpls; in cfg80211_classify8021d()
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 116 if (MLX5_GET(fte_match_mpls, set_mask, mpls_label) && in check_mpls_supp_fields()
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 670 u8 mpls_label[0x14]; member
|