Home
last modified time | relevance | path

Searched refs:ETH_P_802_2 (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v4.19/drivers/net/wan/lmc/
Dlmc_proto.c108 return htons(ETH_P_802_2); in lmc_proto_type()
111 return htons(ETH_P_802_2); in lmc_proto_type()
115 return htons(ETH_P_802_2); in lmc_proto_type()
/Linux-v4.19/net/llc/
Dllc_output.c40 rc = dev_hard_header(skb, skb->dev, ETH_P_802_2, da, sa, in llc_mac_hdr_init()
Dllc_core.c136 .type = cpu_to_be16(ETH_P_802_2),
Dllc_input.c129 if (skb->protocol == htons(ETH_P_802_2)) { in llc_fixup_skb()
Dllc_sap.c61 skb->protocol = htons(ETH_P_802_2); in llc_alloc_frame()
Daf_llc.c76 return htons(ETH_P_802_2); in llc_proto_type()
/Linux-v4.19/include/net/
Dllc_pdu.h253 if (skb->protocol == htons(ETH_P_802_2)) in llc_pdu_decode_sa()
266 if (skb->protocol == htons(ETH_P_802_2)) in llc_pdu_decode_da()
340 if (ev_skb->protocol == htons(ETH_P_802_2)) { in llc_pdu_init_as_test_rsp()
/Linux-v4.19/drivers/staging/wilc1000/
Dlinux_mon.c101 skb->protocol = htons(ETH_P_802_2); in wilc_wfi_monitor_rx()
194 skb2->protocol = htons(ETH_P_802_2); in wilc_wfi_mon_xmit()
/Linux-v4.19/include/uapi/linux/
Dif_ether.h125 #define ETH_P_802_2 0x0004 /* 802.2 frames */ macro
/Linux-v4.19/net/ethernet/
Deth.c88 if (type != ETH_P_802_3 && type != ETH_P_802_2) in eth_header()
203 return htons(ETH_P_802_2); in eth_type_trans()
/Linux-v4.19/net/802/
Dfddi.c113 type = htons(ETH_P_802_2); in fddi_type_trans()
Dgarp.c221 skb->protocol = htons(ETH_P_802_2); in garp_pdu_init()
/Linux-v4.19/net/bluetooth/bnep/
Dnetdev.c145 return ETH_P_802_2; in bnep_net_eth_proto()
/Linux-v4.19/net/openvswitch/
Dflow.c401 return htons(ETH_P_802_2); in parse_ethertype()
410 return htons(ETH_P_802_2); in parse_ethertype()
417 return htons(ETH_P_802_2); in parse_ethertype()
/Linux-v4.19/net/bridge/
Dbr_stp_bpdu.c49 skb->protocol = htons(ETH_P_802_2); in br_send_bpdu()
/Linux-v4.19/include/linux/
Dif_vlan.h640 skb->protocol = htons(ETH_P_802_2); in vlan_set_encap_proto()
/Linux-v4.19/net/ipv4/
Dip_tunnel_core.c116 skb->protocol = htons(ETH_P_802_2); in __iptunnel_pull_header()
/Linux-v4.19/drivers/net/wireless/intersil/prism54/
Dislpci_eth.c298 (*skb)->protocol = htons(ETH_P_802_2); in islpci_monitor_rx()
/Linux-v4.19/drivers/net/arcnet/
Drfc1201.c401 case ETH_P_802_2: in build_header()
/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/net/mac80211/
Dstatus.c668 skb->protocol = htons(ETH_P_802_2); in ieee80211_tx_monitor()
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_80211_rx.c199 skb->protocol = cpu_to_be16(ETH_P_802_2); in prism2_rx_80211()
/Linux-v4.19/drivers/net/plip/
Dplip.c580 return htons(ETH_P_802_2); in plip_type_trans()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.c427 skb->protocol = htons(ETH_P_802_2); in brcmf_netif_mon_rx()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c670 htons(ETH_P_802_2); in fm10k_xmit_frame()

12