Home
last modified time | relevance | path

Searched refs:ETH_P_802_3 (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/net/ethernet/
Deth.c84 if (type != ETH_P_802_3 && type != ETH_P_802_2) in eth_header()
192 return htons(ETH_P_802_3); in eth_type_trans()
230 if (type == htons(ETH_P_802_3)) in eth_header_cache()
/linux-4.1.27/net/802/
Dp8023.c35 dev_hard_header(skb, dev, ETH_P_802_3, dest_node, NULL, skb->len); in p8023_request()
/linux-4.1.27/include/uapi/linux/
Dif_ether.h107 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */ macro
/linux-4.1.27/net/bluetooth/bnep/
Dnetdev.c143 return ETH_P_802_3; in bnep_net_eth_proto()
/linux-4.1.27/drivers/net/arcnet/
Drfc1201.c122 return htons(ETH_P_802_3); in type_trans()
397 case ETH_P_802_3: in build_header()
/linux-4.1.27/net/ipx/
Daf_ipx.c928 case IPX_FRAME_8023: rc = htons(ETH_P_802_3); break; in ipx_map_frame_type()
983 dlink_type = htons(ETH_P_802_3); in ipxitf_create()
1096 case ETH_P_802_3: datalink = p8023_datalink; break; in ipxitf_auto_create()
1251 case ETH_P_802_3: rc = "802.3"; break; in ipx_frame_name()
1986 .type = cpu_to_be16(ETH_P_802_3),
/linux-4.1.27/include/linux/
Dif_vlan.h556 skb->protocol = htons(ETH_P_802_3); in vlan_set_encap_proto()
/linux-4.1.27/Documentation/networking/
Dcdc_mbim.txt211 - RX frames will have the protocol field set to ETH_P_802_3 (but will
253 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, ETH_P_802_3, 0, 1),
/linux-4.1.27/drivers/net/usb/
Dcdc_mbim.c368 __be16 proto = htons(ETH_P_802_3); in cdc_mbim_process_dgram()
/linux-4.1.27/drivers/net/wan/
Dhdlc_fr.c306 case cpu_to_be16(ETH_P_802_3): in fr_hard_header()
430 skb->protocol = cpu_to_be16(ETH_P_802_3); in pvc_xmit()
/linux-4.1.27/drivers/firewire/
Dnet.c246 if (type == cpu_to_be16(ETH_P_802_3)) in fwnet_header_cache()
538 protocol = htons(ETH_P_802_3); in fwnet_finish_incoming_packet()
/linux-4.1.27/net/8021q/
Dvlan_dev.c70 if (type != ETH_P_802_3 && type != ETH_P_802_2) in vlan_dev_hard_header()
/linux-4.1.27/drivers/net/plip/
Dplip.c575 return htons(ETH_P_802_3); in plip_type_trans()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_80211_rx.c1091 skb2->protocol = cpu_to_be16(ETH_P_802_3); in hostap_80211_rx()
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_net.c166 return htons(ETH_P_802_3); in dvb_net_eth_type_trans()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_net.c1400 return htons(ETH_P_802_3); in isdn_net_type_trans()
1844 skb->protocol = htons(ETH_P_802_3); in isdn_net_receive()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c571 xmit_skb->protocol = htons(ETH_P_802_3); in wil_netif_rx_any()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c795 skb2->protocol = htons(ETH_P_802_3); in libipw_rx()
/linux-4.1.27/net/mac80211/
Drx.c2156 xmit_skb->protocol = htons(ETH_P_802_3); in ieee80211_deliver_skb()