Home
last modified time | relevance | path

Searched refs:ETH_P_802_3_MIN (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-6.6/samples/bpf/
H A Dnet_shared.h9 #define ETH_P_802_3_MIN 0x0600 macro
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_rxq_info_kern.c127 if (ntohs(eth->h_proto) < ETH_P_802_3_MIN) in xdp_prognum0()
H A Dxdp_redirect_cpu_kern.c128 if (unlikely(ntohs(eth_type) < ETH_P_802_3_MIN)) in parse_eth()
263 if (ntohs(eth_type) < ETH_P_802_3_MIN) { in xdp_prognum1_touch_data()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_ether.h118 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value macro
/kernel/linux/linux-6.6/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
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_ether.h98 #define ETH_P_802_3_MIN 0x0600 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_ether.h98 #define ETH_P_802_3_MIN 0x0600 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_ether.h82 #define ETH_P_802_3_MIN 0x0600 macro
/kernel/linux/linux-5.10/net/bluetooth/bnep/
H A Dnetdev.c139 if (proto >= ETH_P_802_3_MIN) in bnep_net_eth_proto()
/kernel/linux/linux-6.6/net/bluetooth/bnep/
H A Dnetdev.c139 if (proto >= ETH_P_802_3_MIN) in bnep_net_eth_proto()
/kernel/linux/linux-5.10/include/linux/
H A Detherdevice.h213 return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN); in eth_proto_is_802_3()
/kernel/linux/linux-5.10/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()
191 /* A frame Type < ETH_P_802_3_MIN for a bridged frame, introduces a LLC Length field. */ 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()
/kernel/linux/linux-6.6/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()
191 /* A frame Type < ETH_P_802_3_MIN for a bridged frame, introduces a LLC Length field. */ 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()
/kernel/linux/linux-6.6/include/linux/
H A Detherdevice.h220 return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN); in eth_proto_is_802_3()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c363 if (ethertype >= ETH_P_802_3_MIN) in mt76_connac2_mac_write_txwi_8023()
972 else if (be16_to_cpu(eth_hdr->h_proto) >= ETH_P_802_3_MIN) in mt76_connac2_reverse_frag0_hdr_trans()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H A Docelot_flower.c624 if (proto < ETH_P_802_3_MIN) in ocelot_flower_parse_key()
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot_flower.c771 if (proto < ETH_P_802_3_MIN) in ocelot_flower_parse_key()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c318 else if (be16_to_cpu(eth_hdr->h_proto) >= ETH_P_802_3_MIN) in mt7996_reverse_frag0_hdr_trans()
748 if (ethertype >= ETH_P_802_3_MIN) in mt7996_mac_write_txwi_8023()
/kernel/linux/linux-5.10/drivers/net/plip/
H A Dplip.c559 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in plip_type_trans()
/kernel/linux/linux-6.6/drivers/net/plip/
H A Dplip.c566 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in plip_type_trans()
/kernel/linux/linux-5.10/drivers/firewire/
H A Dnet.c538 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) { in fwnet_finish_incoming_packet()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dnet.c525 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) { in fwnet_finish_incoming_packet()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh.c791 if (ethertype < ETH_P_802_3_MIN) in ieee80211_mesh_xmit_fast()
/kernel/linux/linux-5.10/net/mac80211/
H A Dtx.c2839 } else if (ethertype >= ETH_P_802_3_MIN) { in ieee80211_build_hdr()
3510 if (ethertype < ETH_P_802_3_MIN) in ieee80211_xmit_fast()
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dray_cs.c953 if (ntohs(proto) >= ETH_P_802_3_MIN) { /* DIX II ethernet frame */ in translate_frame()

Completed in 40 milliseconds

12