Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_ether.h117 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value macro
/Linux-v5.4/samples/bpf/
Dxdp_rxq_info_kern.c126 if (ntohs(eth->h_proto) < ETH_P_802_3_MIN) in xdp_prognum0()
Dxdp_redirect_cpu_kern.c125 if (unlikely(ntohs(eth_type) < ETH_P_802_3_MIN)) in parse_eth()
260 if (ntohs(eth_type) < ETH_P_802_3_MIN) { in xdp_prognum1_touch_data()
/Linux-v5.4/net/bluetooth/bnep/
Dnetdev.c139 if (proto >= ETH_P_802_3_MIN) in bnep_net_eth_proto()
/Linux-v5.4/drivers/media/dvb-core/
Ddvb_net.c145 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in dvb_net_eth_type_trans()
188 if(ntohs(hdr->h_proto) < ETH_P_802_3_MIN) { in ule_bridged_sndu()
279 } while (p->ule_sndu_type < ETH_P_802_3_MIN); in handle_ule_extensions()
707 if (h->priv->ule_sndu_type < ETH_P_802_3_MIN) { in dvb_net_ule_check_crc()
/Linux-v5.4/include/linux/
Detherdevice.h213 return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN); in eth_proto_is_802_3()
/Linux-v5.4/drivers/net/plip/
Dplip.c559 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in plip_type_trans()
/Linux-v5.4/drivers/firewire/
Dnet.c534 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) { in fwnet_finish_incoming_packet()
/Linux-v5.4/net/mac80211/
Dtx.c2768 } else if (ethertype >= ETH_P_802_3_MIN) { in ieee80211_build_hdr()
3429 if (ethertype < ETH_P_802_3_MIN) in ieee80211_xmit_fast()
/Linux-v5.4/drivers/net/wireless/
Dray_cs.c941 if (ntohs(proto) >= ETH_P_802_3_MIN) { /* DIX II ethernet frame */ in translate_frame()
/Linux-v5.4/net/openvswitch/
Dflow_netlink.c1133 ntohs(eth_type), ETH_P_802_3_MIN); in parse_eth_type_from_nlattrs()
/Linux-v5.4/drivers/net/ethernet/sun/
Dniu.c6599 ((eth_proto_inner < ETH_P_802_3_MIN) ? TXHDR_LLC : 0) | in niu_compute_tx_flags()