Symbol: ETH_P_ALL
arch/um/drivers/vector_user.c
291
result->rx_fd = create_raw_fd(iface, ETH_P_ALL, ETH_P_ALL);
arch/um/drivers/vector_user.c
530
rxfd = create_raw_fd(iface, ETH_P_ALL, ETH_P_ALL);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
176
if (ethtype_key == ETH_P_ALL) {
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_fd.c
2108
if (ethtype_key == ETH_P_ALL) {
drivers/net/ethernet/intel/i40e/i40e_main.c
8608
if (n_proto_key == ETH_P_ALL) {
drivers/net/ethernet/intel/iavf/iavf_main.c
3836
if (n_proto_key == ETH_P_ALL) {
drivers/net/ethernet/intel/ice/ice_tc_lib.c
1714
if (n_proto_key == ETH_P_ALL || n_proto_key == 0 ||
drivers/net/ethernet/marvell/prestera/prestera_flower.c
245
if (ntohs(match.key->n_proto) == ETH_P_ALL) {
drivers/net/ethernet/marvell/prestera/prestera_matchall.c
88
if (protocol != htons(ETH_P_ALL))
drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
621
if (n_proto_key == ETH_P_ALL) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c
241
if (protocol != htons(ETH_P_ALL)) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
2012
if (f->common.protocol != htons(ETH_P_ALL)) {
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
155
LAN966X_VCAP_L2_PTP_TRAP, ETH_P_ALL);
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
16
case ETH_P_ALL:
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
237
.l3_proto = ETH_P_ALL,
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
25
case ETH_P_ALL:
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
453
u16 l3_proto = ETH_P_ALL;
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
135
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IP) {
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
149
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IPV6) {
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
196
if (l3_proto == ETH_P_ALL)
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
199
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_SNAP) {
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
208
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_CFM) {
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
217
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_ARP) {
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
226
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IP) {
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
240
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IPV6) {
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
1177
.l3_proto = ETH_P_ALL,
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
1329
if (state.l3_proto == ETH_P_ALL)
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
1454
.l3_proto = ETH_P_ALL,
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
457
if (l3_proto == ETH_P_ALL && count < portkeysetlist.cnt)
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
534
err = vcap_val_rule(vrule, ETH_P_ALL);
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
131
ETH_P_ALL,
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
138
ETH_P_ALL,
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
146
ETH_P_ALL,
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
418
if (l3_proto == ETH_P_ALL)
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
421
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IP)
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
437
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IPV6)
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
472
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_ARP) {
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
483
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IP) {
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
511
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IPV6) {
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
626
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_ARP) {
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
637
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IP)
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
640
if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IPV6) {
drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c
1421
ret = vcap_val_rule(rule, ETH_P_ALL);
drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c
304
ret = vcap_val_rule(rule, ETH_P_ALL);
drivers/net/ethernet/mscc/ocelot_flower.c
790
if (match_protocol && proto != ETH_P_ALL) {
drivers/net/ethernet/mscc/ocelot_net.c
271
if (f->common.protocol != htons(ETH_P_ALL))
drivers/net/ethernet/netronome/nfp/bpf/main.c
126
if (cls_bpf->common.protocol != htons(ETH_P_ALL)) {
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
1122
cls_u32.common.protocol = htons(ETH_P_ALL);
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
109
case ETH_P_ALL:
drivers/net/netdevsim/bpf.c
129
if (cls_bpf->common.protocol != htons(ETH_P_ALL)) {
net/core/dev.c
596
if (pt->type == htons(ETH_P_ALL)) {
net/core/net-procfs.c
306
if (pt->type == htons(ETH_P_ALL))
net/dsa/user.c
1381
if (cls->common.protocol != htons(ETH_P_ALL)) {
net/netfilter/nf_flow_table_offload.c
912
__be16 proto = ETH_P_ALL;
net/netfilter/nf_tables_offload.c
253
__be16 proto = ETH_P_ALL;
net/packet/af_packet.c
1927
if ((!skb->protocol || skb->protocol == htons(ETH_P_ALL)) &&
net/sched/cls_api.c
1761
tp->protocol != htons(ETH_P_ALL))
samples/bpf/sock_example.h
18
sock = socket(PF_PACKET, SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC, htons(ETH_P_ALL));
samples/bpf/sock_example.h
27
sll.sll_protocol = htons(ETH_P_ALL);
tools/lib/bpf/netlink.c
765
protocol = ETH_P_ALL;
tools/lib/bpf/netlink.c
838
protocol = ETH_P_ALL;
tools/lib/bpf/netlink.c
909
protocol = ETH_P_ALL;
tools/testing/selftests/bpf/prog_tests/lsm_cgroup.c
198
ASSERT_LT(socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)), 0,
tools/testing/selftests/bpf/prog_tests/lsm_cgroup.c
208
.sll_protocol = htons(ETH_P_ALL),
tools/testing/selftests/net/psock_tpacket.c
395
rcv_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
tools/testing/selftests/net/psock_tpacket.c
733
ring->ll.sll_protocol = htons(ETH_P_ALL);