Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_ether.h101 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value macro
/linux-4.4.14/net/bluetooth/bnep/
Dnetdev.c139 if (proto >= ETH_P_802_3_MIN) in bnep_net_eth_proto()
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_net.c154 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in dvb_net_eth_type_trans()
197 if(ntohs(hdr->h_proto) < ETH_P_802_3_MIN) { in ule_bridged_sndu()
289 } while (p->ule_sndu_type < ETH_P_802_3_MIN); in handle_ule_extensions()
685 if (priv->ule_sndu_type < ETH_P_802_3_MIN) { in dvb_net_ule()
/linux-4.4.14/include/linux/
Detherdevice.h208 return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN); in eth_proto_is_802_3()
/linux-4.4.14/drivers/net/plip/
Dplip.c563 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in plip_type_trans()
/linux-4.4.14/net/wireless/
Dutil.c599 } else if (ethertype >= ETH_P_802_3_MIN) { in ieee80211_data_from_8023()
/linux-4.4.14/drivers/firewire/
Dnet.c533 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) { in fwnet_finish_incoming_packet()
/linux-4.4.14/net/mac80211/
Dtx.c2309 } else if (ethertype >= ETH_P_802_3_MIN) { in ieee80211_build_hdr()
2714 if (ethertype < ETH_P_802_3_MIN) in ieee80211_xmit_fast()
/linux-4.4.14/net/openvswitch/
Dflow_netlink.c950 ntohs(eth_type), ETH_P_802_3_MIN); in ovs_key_from_nlattrs()
/linux-4.4.14/drivers/net/wireless/
Dray_cs.c955 if (ntohs(proto) >= ETH_P_802_3_MIN) { /* DIX II ethernet frame */ in translate_frame()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_net.c1388 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in isdn_net_type_trans()
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c6621 ((eth_proto_inner < ETH_P_802_3_MIN) ? TXHDR_LLC : 0) | in niu_compute_tx_flags()