Symbol: ETH_P_MPLS_UC
drivers/infiniband/hw/mlx5/fs.c
619
(((eth_type == ETH_P_MPLS_UC) ||
drivers/net/bareudp.c
100
} else if (bareudp->ethertype == htons(ETH_P_MPLS_UC)) {
drivers/net/bareudp.c
451
if (bareudp->ethertype == htons(ETH_P_MPLS_UC) &&
drivers/net/bareudp.c
662
(conf->ethertype != htons(ETH_P_MPLS_UC) &&
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/mpls.c
18
act->mpls_push.proto != htons(ETH_P_MPLS_UC)) {
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5008
case htons(ETH_P_MPLS_UC):
drivers/net/ethernet/netronome/nfp/flower/match.c
163
if (match.key->n_proto == cpu_to_be16(ETH_P_MPLS_UC) ||
drivers/net/ethernet/netronome/nfp/flower/offload.c
440
case cpu_to_be16(ETH_P_MPLS_UC):
drivers/net/ppp/ppp_generic.c
357
case ETH_P_MPLS_UC:
drivers/net/ppp/ppp_generic.c
371
ETH_P_MPLS_UC,
include/net/mpls.h
21
return eth_type == htons(ETH_P_MPLS_UC) ||
include/net/tun_proto.h
28
return htons(ETH_P_MPLS_UC);
include/net/tun_proto.h
44
case htons(ETH_P_MPLS_UC):
net/core/flow_dissector.c
1395
proto = htons(ETH_P_MPLS_UC);
net/core/flow_dissector.c
1442
case htons(ETH_P_MPLS_UC):
net/core/flow_dissector.c
1634
proto = htons(ETH_P_MPLS_UC);
net/core/pktgen.c
2944
protocol = htons(ETH_P_MPLS_UC);
net/core/pktgen.c
3072
protocol = htons(ETH_P_MPLS_UC);
net/ipv4/ipip.c
211
.proto = htons(ETH_P_MPLS_UC),
net/ipv4/ipip.c
297
case htons(ETH_P_MPLS_UC):
net/ipv6/ip6_tunnel.c
1446
case htons(ETH_P_MPLS_UC):
net/ipv6/ip6_tunnel.c
925
.proto = htons(ETH_P_MPLS_UC),
net/ipv6/sit.c
1074
case htons(ETH_P_MPLS_UC):
net/ipv6/sit.c
748
.proto = htons(ETH_P_MPLS_UC),
net/mpls/af_mpls.c
161
if (skb->protocol == htons(ETH_P_MPLS_UC)) {
net/mpls/af_mpls.c
2496
skb->protocol = htons(ETH_P_MPLS_UC);
net/mpls/af_mpls.c
456
skb->protocol = htons(ETH_P_MPLS_UC);
net/mpls/af_mpls.c
505
.type = cpu_to_be16(ETH_P_MPLS_UC),
net/mpls/mpls_gso.c
85
.type = cpu_to_be16(ETH_P_MPLS_UC),
net/mpls/mpls_iptunnel.c
120
skb->protocol = htons(ETH_P_MPLS_UC);
net/sched/act_mpls.c
296
htons(ETH_P_MPLS_UC));
net/sched/cls_flower.c
1151
key->basic.n_proto = htons(ETH_P_MPLS_UC);
net/sched/cls_flower.c
1997
} else if (key->basic.n_proto == htons(ETH_P_MPLS_UC) ||
net/wireless/util.c
971
case htons(ETH_P_MPLS_UC):
samples/bpf/sockex3_kern.c
245
parse_eth_proto(skb, ETH_P_MPLS_UC);
samples/bpf/sockex3_kern.c
280
case ETH_P_MPLS_UC:
tools/testing/selftests/bpf/progs/bpf_flow.c
128
case bpf_htons(ETH_P_MPLS_UC):
tools/testing/selftests/bpf/progs/test_tc_tunnel.c
154
case ETH_P_MPLS_UC:
tools/testing/selftests/bpf/progs/test_tc_tunnel.c
196
case ETH_P_MPLS_UC:
tools/testing/selftests/bpf/progs/test_tc_tunnel.c
285
case ETH_P_MPLS_UC:
tools/testing/selftests/bpf/progs/test_tc_tunnel.c
326
case ETH_P_MPLS_UC:
tools/testing/selftests/bpf/progs/test_tc_tunnel.c
448
return encap_ipv4(skb, IPPROTO_GRE, ETH_P_MPLS_UC);
tools/testing/selftests/bpf/progs/test_tc_tunnel.c
475
return encap_ipv4(skb, IPPROTO_UDP, ETH_P_MPLS_UC);
tools/testing/selftests/bpf/progs/test_tc_tunnel.c
540
return encap_ipv6(skb, IPPROTO_GRE, ETH_P_MPLS_UC);
tools/testing/selftests/bpf/progs/test_tc_tunnel.c
567
return encap_ipv6(skb, IPPROTO_UDP, ETH_P_MPLS_UC);
tools/testing/selftests/bpf/progs/test_tc_tunnel.c
627
case ETH_P_MPLS_UC: