Home
last modified time | relevance | path

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

/Linux-v4.19/net/802/
Dp8023.c35 dev_hard_header(skb, dev, ETH_P_802_3, dest_node, NULL, skb->len); in p8023_request()
/Linux-v4.19/net/ethernet/
Deth.c88 if (type != ETH_P_802_3 && type != ETH_P_802_2) in eth_header()
198 return htons(ETH_P_802_3); in eth_type_trans()
236 if (type == htons(ETH_P_802_3)) in eth_header_cache()
/Linux-v4.19/include/uapi/linux/
Dif_ether.h122 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */ macro
/Linux-v4.19/net/bluetooth/bnep/
Dnetdev.c143 return ETH_P_802_3; in bnep_net_eth_proto()
/Linux-v4.19/drivers/net/arcnet/
Drfc1201.c121 return htons(ETH_P_802_3); in type_trans()
400 case ETH_P_802_3: in build_header()
/Linux-v4.19/include/linux/
Dif_vlan.h635 skb->protocol = htons(ETH_P_802_3); in vlan_set_encap_proto()
/Linux-v4.19/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-v4.19/drivers/net/usb/
Dcdc_mbim.c369 __be16 proto = htons(ETH_P_802_3); in cdc_mbim_process_dgram()
/Linux-v4.19/drivers/net/wan/
Dhdlc_fr.c307 case cpu_to_be16(ETH_P_802_3): in fr_hard_header()
431 skb->protocol = cpu_to_be16(ETH_P_802_3); in pvc_xmit()
/Linux-v4.19/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-v4.19/net/8021q/
Dvlan_dev.c72 if (type != ETH_P_802_3 && type != ETH_P_802_2) in vlan_dev_hard_header()
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_80211_rx.c1090 skb2->protocol = cpu_to_be16(ETH_P_802_3); in hostap_80211_rx()
/Linux-v4.19/drivers/net/plip/
Dplip.c575 return htons(ETH_P_802_3); in plip_type_trans()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_net.c1400 return htons(ETH_P_802_3); in isdn_net_type_trans()
1843 skb->protocol = htons(ETH_P_802_3); in isdn_net_receive()
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_net.c168 return htons(ETH_P_802_3); in dvb_net_eth_type_trans()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c795 skb2->protocol = htons(ETH_P_802_3); in libipw_rx()
/Linux-v4.19/net/mac80211/
Drx.c2483 xmit_skb->protocol = htons(ETH_P_802_3); in ieee80211_deliver_skb()
4226 xmit_skb->protocol = htons(ETH_P_802_3); in ieee80211_invoke_fast_rx()
Dtx.c4859 skb->protocol = htons(ETH_P_802_3); in ieee80211_tx_control_port()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dtxrx.c796 xmit_skb->protocol = htons(ETH_P_802_3); in wil_netif_rx_any()