Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_ether.h115 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value macro
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_ether.h115 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/bluetooth/bnep/
H A Dnetdev.c139 if (proto >= ETH_P_802_3_MIN) in bnep_net_eth_proto()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Detherdevice.h213 return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN); in eth_proto_is_802_3()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_flower.c624 if (proto < ETH_P_802_3_MIN) in ocelot_flower_parse_key()
/OK3568_Linux_fs/kernel/drivers/net/plip/
H A Dplip.c559 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in plip_type_trans()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dnet.c538 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) { in fwnet_finish_incoming_packet()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dray_cs.c947 if (ntohs(proto) >= ETH_P_802_3_MIN) { /* DIX II ethernet frame */ in translate_frame()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dtx.c2838 } else if (ethertype >= ETH_P_802_3_MIN) { in ieee80211_build_hdr()
3509 if (ethertype < ETH_P_802_3_MIN) in ieee80211_xmit_fast()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow_netlink.c1135 ntohs(eth_type), ETH_P_802_3_MIN); in parse_eth_type_from_nlattrs()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dniu.c6597 ((eth_proto_inner < ETH_P_802_3_MIN) ? TXHDR_LLC : 0) | in niu_compute_tx_flags()