Home
last modified time | relevance | path

Searched refs:ETH_P_802_3_MIN (Results 1 – 11 of 11) sorted by relevance

/linux/samples/bpf/
H A Dnet_shared.h9 #define ETH_P_802_3_MIN 0x0600 macro
/linux/include/uapi/linux/
H A Dif_ether.h123 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is more than this value macro
/linux/net/bluetooth/bnep/
H A Dnetdev.c139 if (proto >= ETH_P_802_3_MIN) in bnep_net_eth_proto()
/linux/drivers/media/dvb-core/
H A Ddvb_net.c146 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in dvb_net_eth_type_trans()
189 if(ntohs(hdr->h_proto) < ETH_P_802_3_MIN) { in ule_bridged_sndu()
280 } while (p->ule_sndu_type < ETH_P_802_3_MIN); in handle_ule_extensions()
708 if (h->priv->ule_sndu_type < ETH_P_802_3_MIN) { in dvb_net_ule_check_crc()
/linux/drivers/net/plip/
H A Dplip.c566 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in plip_type_trans()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c262 else if (be16_to_cpu(eth_hdr->h_proto) >= ETH_P_802_3_MIN) in mt7996_reverse_frag0_hdr_trans()
730 if (ethertype >= ETH_P_802_3_MIN) in mt7996_mac_write_txwi_8023()
/linux/drivers/firewire/
H A Dnet.c525 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) { in fwnet_finish_incoming_packet()
/linux/net/mac80211/
H A Dmesh.c776 if (ethertype < ETH_P_802_3_MIN) in ieee80211_mesh_xmit_fast()
H A Dtx.c2902 } else if (ethertype >= ETH_P_802_3_MIN) { in ieee80211_build_hdr()
3772 if (ethertype < ETH_P_802_3_MIN) in ieee80211_xmit_fast()
/linux/net/openvswitch/
H A Dflow_netlink.c1161 ntohs(eth_type), ETH_P_802_3_MIN); in parse_eth_type_from_nlattrs()
/linux/drivers/net/ethernet/sun/
H A Dniu.c6619 ((eth_proto_inner < ETH_P_802_3_MIN) ? TXHDR_LLC : 0) | in niu_compute_tx_flags()