taglinefilesource code
ETH_P_802_357net/802/p8022.cdev->hard_header(skb, dev, ETH_P_802_3, dest_node, NULL, skb->len);
ETH_P_802_313net/802/p8023.cdev->hard_header(skb, dev, ETH_P_802_3, dest_node, NULL, skb->len);
ETH_P_802_397net/ethernet/eth.cif(type!=ETH_P_802_3) 
ETH_P_802_3205net/ethernet/eth.creturn htons(ETH_P_802_3);
ETH_P_802_3670net/ipx/af_ipx.ccase IPX_FRAME_8023: return htons(ETH_P_802_3);
ETH_P_802_3707net/ipx/af_ipx.cdlink_type = htons(ETH_P_802_3);
ETH_P_802_3799net/ipx/af_ipx.ccase ETH_P_802_3: datalink = p8023_datalink; break;
ETH_P_802_31114net/ipx/af_ipx.ccase ETH_P_802_3: return "802.3";
ETH_P_802_31961net/ipx/af_ipx.cipx_8023_packet_type.type=htons(ETH_P_802_3);