ETH_P_ALL         259 arch/um/drivers/vector_user.c 	result->rx_fd = create_raw_fd(iface, ETH_P_ALL, ETH_P_ALL);
ETH_P_ALL         364 arch/um/drivers/vector_user.c 	rxfd = create_raw_fd(iface, ETH_P_ALL, ETH_P_ALL);
ETH_P_ALL         105 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		if (ethtype_key == ETH_P_ALL) {
ETH_P_ALL        7783 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (n_proto_key == ETH_P_ALL) {
ETH_P_ALL        2730 drivers/net/ethernet/intel/iavf/iavf_main.c 		if (n_proto_key == ETH_P_ALL) {
ETH_P_ALL        1439 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	if (act->id == FLOW_ACTION_MIRRED && protocol == htons(ETH_P_ALL)) {
ETH_P_ALL        1448 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		   protocol == htons(ETH_P_ALL)) {
ETH_P_ALL         373 drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c 		if (n_proto_key == ETH_P_ALL) {
ETH_P_ALL         126 drivers/net/ethernet/netronome/nfp/bpf/main.c 	if (cls_bpf->common.protocol != htons(ETH_P_ALL)) {
ETH_P_ALL        1081 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	cls_u32.common.protocol = htons(ETH_P_ALL);
ETH_P_ALL         109 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 	case ETH_P_ALL:
ETH_P_ALL         130 drivers/net/netdevsim/bpf.c 	if (cls_bpf->common.protocol != htons(ETH_P_ALL)) {
ETH_P_ALL         304 net/core/dev.c 	if (pt->type == htons(ETH_P_ALL))
ETH_P_ALL         226 net/core/net-procfs.c 	if (pt->type == htons(ETH_P_ALL)) {
ETH_P_ALL         256 net/core/net-procfs.c 		if (pt->type == htons(ETH_P_ALL))
ETH_P_ALL         882 net/dsa/slave.c 	if (act->id == FLOW_ACTION_MIRRED && protocol == htons(ETH_P_ALL)) {
ETH_P_ALL         169 net/netfilter/nf_tables_offload.c 	__be16 proto = ETH_P_ALL;
ETH_P_ALL        1861 net/packet/af_packet.c 	if ((!skb->protocol || skb->protocol == htons(ETH_P_ALL)) &&
ETH_P_ALL        1578 net/sched/cls_api.c 		    tp->protocol != htons(ETH_P_ALL))
ETH_P_ALL          18 samples/bpf/sock_example.h 	sock = socket(PF_PACKET, SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC, htons(ETH_P_ALL));
ETH_P_ALL          27 samples/bpf/sock_example.h 	sll.sll_protocol = htons(ETH_P_ALL);
ETH_P_ALL         395 tools/testing/selftests/net/psock_tpacket.c 	rcv_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
ETH_P_ALL         733 tools/testing/selftests/net/psock_tpacket.c 	ring->ll.sll_protocol = htons(ETH_P_ALL);