Searched refs:ETH_P_802_3_MIN (Results 1 – 17 of 17) sorted by relevance
100 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value macro
101 if (likely(ntohs(eh->h_proto) >= ETH_P_802_3_MIN)) in iptunnel_pull_header()
139 if (proto >= ETH_P_802_3_MIN) in bnep_net_eth_proto()
154 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()
181 if (likely(ntohs(eth->h_proto) >= ETH_P_802_3_MIN)) in eth_type_trans()
542 if (ntohs(proto) >= ETH_P_802_3_MIN) { in vlan_set_encap_proto()
335 if (ntohs(proto) >= ETH_P_802_3_MIN) in parse_ethertype()352 if (ntohs(llc->ethertype) >= ETH_P_802_3_MIN) in parse_ethertype()
819 } else if (ntohs(eth_type) < ETH_P_802_3_MIN) { in ovs_key_from_nlattrs()821 ntohs(eth_type), ETH_P_802_3_MIN); in ovs_key_from_nlattrs()
545 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in ovs_packet_cmd_execute()
563 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in plip_type_trans()
599 } else if (ethertype >= ETH_P_802_3_MIN) { in ieee80211_data_from_8023()
533 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) { in fwnet_finish_incoming_packet()
955 if (ntohs(proto) >= ETH_P_802_3_MIN) { /* DIX II ethernet frame */ in translate_frame()
142 if (FWINV2(ntohs(ethproto) >= ETH_P_802_3_MIN, EBT_IPROTO)) in ebt_basic_match()
1388 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in isdn_net_type_trans()
2296 } else if (ethertype >= ETH_P_802_3_MIN) { in ieee80211_build_hdr()
6621 ((eth_proto_inner < ETH_P_802_3_MIN) ? TXHDR_LLC : 0) | in niu_compute_tx_flags()