/linux-6.1.9/samples/bpf/ |
D | sock_example.h | 18 sock = socket(PF_PACKET, SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC, htons(ETH_P_ALL)); in open_raw_sock() 27 sll.sll_protocol = htons(ETH_P_ALL); in open_raw_sock()
|
/linux-6.1.9/include/uapi/linux/ |
D | if_ether.h | 132 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | lsm_cgroup.c | 200 ASSERT_LT(socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)), 0, in test_lsm_cgroup_functional() 210 .sll_protocol = htons(ETH_P_ALL), in test_lsm_cgroup_functional()
|
/linux-6.1.9/arch/um/drivers/ |
D | vector_user.c | 288 result->rx_fd = create_raw_fd(iface, ETH_P_ALL, ETH_P_ALL); in user_init_hybrid_fds() 449 rxfd = create_raw_fd(iface, ETH_P_ALL, ETH_P_ALL); in user_init_raw_fds()
|
/linux-6.1.9/net/core/ |
D | net-procfs.c | 264 if (pt->type == htons(ETH_P_ALL)) { in ptype_seq_next() 296 if (pt->type == htons(ETH_P_ALL)) in ptype_seq_show()
|
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/ |
D | prestera_matchall.c | 88 if (protocol != htons(ETH_P_ALL)) in prestera_mall_replace()
|
D | prestera_flower.c | 235 if (ntohs(match.key->n_proto) == ETH_P_ALL) { in prestera_flower_parse()
|
/linux-6.1.9/tools/lib/bpf/ |
D | netlink.c | 642 protocol = ETH_P_ALL; in bpf_tc_attach() 714 protocol = ETH_P_ALL; in __bpf_tc_detach() 785 protocol = ETH_P_ALL; in bpf_tc_query()
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | psock_tpacket.c | 395 rcv_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in walk_tx() 733 ring->ll.sll_protocol = htons(ETH_P_ALL); in bind_ring()
|
/linux-6.1.9/Documentation/networking/ |
D | packet_mmap.rst | 83 int fd = socket(PF_PACKET, mode, htons(ETH_P_ALL)); 131 set. Otherwise, htons(ETH_P_ALL) or any other protocol, for example. 163 my_addr.sll_protocol = htons(ETH_P_ALL); 832 fd = socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); 875 ll.sll_protocol = htons(ETH_P_ALL);
|
D | filter.rst | 139 sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_matchall.c | 241 if (protocol != htons(ETH_P_ALL)) { in mlxsw_sp_mall_replace()
|
D | spectrum_flower.c | 515 if (n_proto_key == ETH_P_ALL) { in mlxsw_sp_flower_parse()
|
D | spectrum_qdisc.c | 2013 if (f->common.protocol != htons(ETH_P_ALL)) { in mlxsw_sp_qevent_mall_replace()
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 126 if (cls_bpf->common.protocol != htons(ETH_P_ALL)) { in nfp_bpf_setup_tc_block_cb()
|
/linux-6.1.9/drivers/net/netdevsim/ |
D | bpf.c | 135 if (cls_bpf->common.protocol != htons(ETH_P_ALL)) { in nsim_bpf_setup_tc_block_cb()
|
/linux-6.1.9/net/netfilter/ |
D | nf_tables_offload.c | 248 __be16 proto = ETH_P_ALL; in nft_flow_cls_offload_setup()
|
D | nf_flow_table_offload.c | 846 __be16 proto = ETH_P_ALL; in nf_flow_offload_tuple()
|
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot_flower.c | 753 if (match_protocol && proto != ETH_P_ALL) { in ocelot_flower_parse_key()
|
D | ocelot_net.c | 280 if (f->common.protocol != htons(ETH_P_ALL)) in ocelot_setup_tc_cls_matchall_mirred()
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 109 case ETH_P_ALL: in tc_fill_entry()
|
D | stmmac_selftests.c | 1122 cls_u32.common.protocol = htons(ETH_P_ALL); in stmmac_test_rxp()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.c | 187 if (ethtype_key == ETH_P_ALL) { in cxgb4_process_flow_match()
|
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_tc_lib.c | 1257 if (n_proto_key == ETH_P_ALL || n_proto_key == 0 || in ice_parse_cls_flower()
|
/linux-6.1.9/net/dsa/ |
D | slave.c | 1356 if (cls->common.protocol == htons(ETH_P_ALL) && in dsa_slave_add_cls_matchall()
|