Home
last modified time | relevance | path

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

/linux/net/ethernet/
H A Deth.c76 * Set the protocol type. For a packet of type ETH_P_802_3/2 we put the length
85 if (type != ETH_P_802_3 && type != ETH_P_802_2) in eth_header()
187 return htons(ETH_P_802_3); in eth_type_trans()
225 if (type == htons(ETH_P_802_3)) in eth_header_cache()
/linux/include/uapi/linux/
H A Dif_ether.h130 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */ macro
/linux/net/bluetooth/bnep/
H A Dnetdev.c143 return ETH_P_802_3; in bnep_net_eth_proto()
/linux/drivers/net/arcnet/
H A Drfc1201.c122 return htons(ETH_P_802_3); in type_trans()
401 case ETH_P_802_3: in build_header()
/linux/Documentation/networking/
H A Dcdc_mbim.rst219 - RX frames will have the protocol field set to ETH_P_802_3 (but will
261 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, ETH_P_802_3, 0, 1),
/linux/include/linux/
H A Dif_vlan.h714 skb->protocol = htons(ETH_P_802_3); in vlan_set_encap_proto()
/linux/drivers/net/usb/
H A Dcdc_mbim.c369 __be16 proto = htons(ETH_P_802_3); in cdc_mbim_process_dgram()
/linux/drivers/firewire/
H A Dnet.c238 if (type == cpu_to_be16(ETH_P_802_3)) in fwnet_header_cache()
530 protocol = htons(ETH_P_802_3); in fwnet_finish_incoming_packet()
/linux/net/8021q/
H A Dvlan_dev.c67 if (type != ETH_P_802_3 && type != ETH_P_802_2) in vlan_dev_hard_header()
/linux/drivers/net/plip/
H A Dplip.c578 return htons(ETH_P_802_3); in plip_type_trans()
/linux/drivers/media/dvb-core/
H A Ddvb_net.c158 return htons(ETH_P_802_3); in dvb_net_eth_type_trans()
/linux/net/mac80211/
H A Drx.c2760 xmit_skb->protocol = htons(ETH_P_802_3); in ieee80211_deliver_skb()
4869 xmit_skb->protocol = htons(ETH_P_802_3); in ieee80211_rx_8023()
H A Dtx.c6269 skb->protocol = htons(ETH_P_802_3); in ieee80211_probe_mesh_link()
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c944 xmit_skb->protocol = htons(ETH_P_802_3); in wil_netif_rx()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4170 case ETH_P_802_3: in iavf_add_cls_u32()