Searched refs:mpls (Results 26 - 42 of 42) sorted by relevance

12

/linux-master/net/wireless/
H A Dutil.c19 #include <linux/mpls.h>
952 struct mpls_label mpls_tmp, *mpls; local
954 mpls = skb_header_pointer(skb, sizeof(struct ethhdr),
955 sizeof(*mpls), &mpls_tmp);
956 if (!mpls)
959 ret = (ntohl(mpls->entry) & MPLS_LS_TC_MASK)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile55 en/tc/act/vlan.o en/tc/act/vlan_mangle.o en/tc/act/mpls.o \
/linux-master/net/sched/
H A Dcls_flower.c19 #include <linux/mpls.h>
65 struct flow_dissector_key_mpls mpls; member in struct:fl_flow_key
1957 ret = fl_set_key_mpls(tb, &key->mpls, &mask->mpls, extack);
2143 FLOW_DISSECTOR_KEY_MPLS, mpls);
3389 if (fl_dump_key_mpls(skb, &key->mpls, &mask->mpls))
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c14 #include <linux/mpls.h>
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh159 # Old versions of tc produce invalid json output for mpls lse statistics
166 flower mpls lse depth 2 \
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v0.c1223 DR_STE_SET_MPLS(mpls, misc2, inner, tag);
1225 DR_STE_SET_MPLS(mpls, misc2, outer, tag);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh618 ip nexthop add id 1 encap mpls 200/300 via 192.0.2.3 dev $swp1
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c5 #include <linux/mpls.h>
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c2832 ib_spec->mpls.size = sizeof(struct ib_flow_spec_mpls);
2833 memcpy(&ib_spec->mpls.val, kern_spec_val, actual_filter_sz);
2834 memcpy(&ib_spec->mpls.mask, kern_spec_mask, actual_filter_sz);
/linux-master/net/core/
H A Dflow_dissector.c26 #include <linux/mpls.h>
H A Dskbuff.c64 #include <linux/mpls.h>
76 #include <net/mpls.h>
H A Ddev.c129 #include <net/mpls.h>
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c11 #include <net/mpls.h>
/linux-master/include/rdma/
H A Dib_verbs.h2076 struct ib_flow_spec_mpls mpls; member in union:ib_flow_spec
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c8 #include <net/mpls.h>
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c29 #include <net/mpls.h>
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c38 #include <net/mpls.h>

Completed in 731 milliseconds

12