Searched refs:ETH_P_802_3 (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/net/ethernet/ |
D | eth.c | 84 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/ |
D | p8023.c | 35 dev_hard_header(skb, dev, ETH_P_802_3, dest_node, NULL, skb->len); in p8023_request()
|
/linux-4.1.27/include/uapi/linux/ |
D | if_ether.h | 107 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */ macro
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | netdev.c | 143 return ETH_P_802_3; in bnep_net_eth_proto()
|
/linux-4.1.27/drivers/net/arcnet/ |
D | rfc1201.c | 122 return htons(ETH_P_802_3); in type_trans() 397 case ETH_P_802_3: in build_header()
|
/linux-4.1.27/net/ipx/ |
D | af_ipx.c | 928 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/ |
D | if_vlan.h | 556 skb->protocol = htons(ETH_P_802_3); in vlan_set_encap_proto()
|
/linux-4.1.27/Documentation/networking/ |
D | cdc_mbim.txt | 211 - 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/ |
D | cdc_mbim.c | 368 __be16 proto = htons(ETH_P_802_3); in cdc_mbim_process_dgram()
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_fr.c | 306 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/ |
D | net.c | 246 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/ |
D | vlan_dev.c | 70 if (type != ETH_P_802_3 && type != ETH_P_802_2) in vlan_dev_hard_header()
|
/linux-4.1.27/drivers/net/plip/ |
D | plip.c | 575 return htons(ETH_P_802_3); in plip_type_trans()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_80211_rx.c | 1091 skb2->protocol = cpu_to_be16(ETH_P_802_3); in hostap_80211_rx()
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_net.c | 166 return htons(ETH_P_802_3); in dvb_net_eth_type_trans()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_net.c | 1400 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/ |
D | txrx.c | 571 xmit_skb->protocol = htons(ETH_P_802_3); in wil_netif_rx_any()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 795 skb2->protocol = htons(ETH_P_802_3); in libipw_rx()
|
/linux-4.1.27/net/mac80211/ |
D | rx.c | 2156 xmit_skb->protocol = htons(ETH_P_802_3); in ieee80211_deliver_skb()
|