Searched refs:ETH_P_802_3_MIN (Results 1 - 16 of 16) sorted by path

/linux-master/drivers/firewire/
H A Dnet.c525 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) {
/linux-master/drivers/media/dvb-core/
H A Ddvb_net.c146 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN)
189 if(ntohs(hdr->h_proto) < ETH_P_802_3_MIN) {
191 /* A frame Type < ETH_P_802_3_MIN for a bridged frame, introduces a LLC Length field. */
280 } while (p->ule_sndu_type < ETH_P_802_3_MIN);
708 if (h->priv->ule_sndu_type < ETH_P_802_3_MIN) {
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c771 if (proto < ETH_P_802_3_MIN)
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c6615 ((eth_proto_inner < ETH_P_802_3_MIN) ? TXHDR_LLC : 0) |
/linux-master/drivers/net/plip/
H A Dplip.c566 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN)
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c307 else if (be16_to_cpu(eth_hdr->h_proto) >= ETH_P_802_3_MIN)
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c364 if (ethertype >= ETH_P_802_3_MIN)
978 else if (be16_to_cpu(eth_hdr->h_proto) >= ETH_P_802_3_MIN)
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c221 else if (be16_to_cpu(eth_hdr->h_proto) >= ETH_P_802_3_MIN)
633 if (ethertype >= ETH_P_802_3_MIN)
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c262 else if (be16_to_cpu(eth_hdr->h_proto) >= ETH_P_802_3_MIN)
723 if (ethertype >= ETH_P_802_3_MIN)
/linux-master/include/linux/
H A Detherdevice.h220 return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN);
/linux-master/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-master/net/bluetooth/bnep/
H A Dnetdev.c139 if (proto >= ETH_P_802_3_MIN)
/linux-master/net/mac80211/
H A Dmesh.c773 if (ethertype < ETH_P_802_3_MIN)
H A Dtx.c2897 } else if (ethertype >= ETH_P_802_3_MIN) {
3768 if (ethertype < ETH_P_802_3_MIN)
/linux-master/net/openvswitch/
H A Dflow_netlink.c1148 ntohs(eth_type), ETH_P_802_3_MIN);
/linux-master/samples/bpf/
H A Dnet_shared.h9 #define ETH_P_802_3_MIN 0x0600 macro

Completed in 371 milliseconds