Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dif_ether.h120 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is more than this value macro
/linux/samples/bpf/
A Dxdp_rxq_info_kern.c127 if (ntohs(eth->h_proto) < ETH_P_802_3_MIN) in xdp_prognum0()
A Dxdp_sample.bpf.h13 #define ETH_P_802_3_MIN 0x0600 macro
A Dxdp_redirect_cpu.bpf.c65 if (__builtin_expect(bpf_ntohs(eth_type) < ETH_P_802_3_MIN, 0)) in parse_eth()
199 if (bpf_ntohs(eth_type) < ETH_P_802_3_MIN) { in xdp_prognum1_touch_data()
/linux/net/bluetooth/bnep/
A Dnetdev.c139 if (proto >= ETH_P_802_3_MIN) in bnep_net_eth_proto()
/linux/drivers/media/dvb-core/
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/include/linux/
A Detherdevice.h220 return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN); in eth_proto_is_802_3()
/linux/drivers/net/ethernet/mscc/
A Docelot_flower.c667 if (proto < ETH_P_802_3_MIN) in ocelot_flower_parse_key()
/linux/drivers/net/plip/
A Dplip.c566 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in plip_type_trans()
/linux/drivers/firewire/
A Dnet.c534 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) { in fwnet_finish_incoming_packet()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmac.c742 if (be16_to_cpu(skb->protocol) >= ETH_P_802_3_MIN) in mt7921_mac_write_txwi_8023()
/linux/drivers/net/wireless/
A Dray_cs.c941 if (ntohs(proto) >= ETH_P_802_3_MIN) { /* DIX II ethernet frame */ in translate_frame()
/linux/net/mac80211/
A Dtx.c2845 } else if (ethertype >= ETH_P_802_3_MIN) { in ieee80211_build_hdr()
3524 if (ethertype < ETH_P_802_3_MIN) in ieee80211_xmit_fast()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmac.c888 if (be16_to_cpu(skb->protocol) >= ETH_P_802_3_MIN) in mt7915_mac_write_txwi_8023()
/linux/net/openvswitch/
A Dflow_netlink.c1135 ntohs(eth_type), ETH_P_802_3_MIN); in parse_eth_type_from_nlattrs()
/linux/drivers/net/ethernet/sun/
A Dniu.c6597 ((eth_proto_inner < ETH_P_802_3_MIN) ? TXHDR_LLC : 0) | in niu_compute_tx_flags()

Completed in 67 milliseconds