ETH_P_802_3_MIN   538 drivers/firewire/net.c 		if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) {
ETH_P_802_3_MIN   145 drivers/media/dvb-core/dvb_net.c 	if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN)
ETH_P_802_3_MIN   188 drivers/media/dvb-core/dvb_net.c 	if(ntohs(hdr->h_proto) < ETH_P_802_3_MIN) {
ETH_P_802_3_MIN   279 drivers/media/dvb-core/dvb_net.c 	} while (p->ule_sndu_type < ETH_P_802_3_MIN);
ETH_P_802_3_MIN   707 drivers/media/dvb-core/dvb_net.c 	if (h->priv->ule_sndu_type < ETH_P_802_3_MIN) {
ETH_P_802_3_MIN  6599 drivers/net/ethernet/sun/niu.c 	       ((eth_proto_inner < ETH_P_802_3_MIN) ? TXHDR_LLC : 0) |
ETH_P_802_3_MIN   559 drivers/net/plip/plip.c 	if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN)
ETH_P_802_3_MIN   941 drivers/net/wireless/ray_cs.c 	if (ntohs(proto) >= ETH_P_802_3_MIN) { /* DIX II ethernet frame */
ETH_P_802_3_MIN   213 include/linux/etherdevice.h 	return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN);
ETH_P_802_3_MIN   139 net/bluetooth/bnep/netdev.c 	if (proto >= ETH_P_802_3_MIN)
ETH_P_802_3_MIN  2783 net/mac80211/tx.c 	} else if (ethertype >= ETH_P_802_3_MIN) {
ETH_P_802_3_MIN  3444 net/mac80211/tx.c 	if (ethertype < ETH_P_802_3_MIN)
ETH_P_802_3_MIN  1133 net/openvswitch/flow_netlink.c 				ntohs(eth_type), ETH_P_802_3_MIN);
ETH_P_802_3_MIN   125 samples/bpf/xdp_redirect_cpu_kern.c 	if (unlikely(ntohs(eth_type) < ETH_P_802_3_MIN))
ETH_P_802_3_MIN   260 samples/bpf/xdp_redirect_cpu_kern.c 	if (ntohs(eth_type) < ETH_P_802_3_MIN) {
ETH_P_802_3_MIN   127 samples/bpf/xdp_rxq_info_kern.c 		if (ntohs(eth->h_proto) < ETH_P_802_3_MIN)