Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/wan/lmc/
Dlmc_proto.c106 return htons(ETH_P_802_2); in lmc_proto_type()
109 return htons(ETH_P_802_2); in lmc_proto_type()
113 return htons(ETH_P_802_2); in lmc_proto_type()
/Linux-v5.4/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-v5.4/net/llc/
Dllc_output.c33 rc = dev_hard_header(skb, skb->dev, ETH_P_802_2, da, sa, in llc_mac_hdr_init()
Dllc_core.c134 .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-v5.4/drivers/staging/wilc1000/
Dwilc_mon.c92 skb->protocol = htons(ETH_P_802_2); in wilc_wfi_monitor_rx()
185 skb2->protocol = htons(ETH_P_802_2); in wilc_wfi_mon_xmit()
/Linux-v5.4/include/uapi/linux/
Dif_ether.h127 #define ETH_P_802_2 0x0004 /* 802.2 frames */ macro
/Linux-v5.4/net/802/
Dfddi.c109 type = htons(ETH_P_802_2); in fddi_type_trans()
Dgarp.c218 skb->protocol = htons(ETH_P_802_2); in garp_pdu_init()
/Linux-v5.4/net/ethernet/
Deth.c85 if (type != ETH_P_802_3 && type != ETH_P_802_2) in eth_header()
208 return htons(ETH_P_802_2); in eth_type_trans()
/Linux-v5.4/net/bluetooth/bnep/
Dnetdev.c145 return ETH_P_802_2; in bnep_net_eth_proto()
/Linux-v5.4/net/openvswitch/
Dflow.c386 return htons(ETH_P_802_2); in parse_ethertype()
395 return htons(ETH_P_802_2); in parse_ethertype()
402 return htons(ETH_P_802_2); in parse_ethertype()
/Linux-v5.4/net/bridge/
Dbr_stp_bpdu.c45 skb->protocol = htons(ETH_P_802_2); in br_send_bpdu()
/Linux-v5.4/include/linux/
Dif_vlan.h659 skb->protocol = htons(ETH_P_802_2); in vlan_set_encap_proto()
/Linux-v5.4/net/ipv4/
Dip_tunnel_core.c106 skb->protocol = htons(ETH_P_802_2); in __iptunnel_pull_header()
/Linux-v5.4/drivers/net/wireless/intersil/prism54/
Dislpci_eth.c287 (*skb)->protocol = htons(ETH_P_802_2); in islpci_monitor_rx()
/Linux-v5.4/drivers/net/arcnet/
Drfc1201.c401 case ETH_P_802_2: in build_header()
/Linux-v5.4/net/8021q/
Dvlan_dev.c66 if (type != ETH_P_802_3 && type != ETH_P_802_2) in vlan_dev_hard_header()
/Linux-v5.4/net/mac80211/
Dstatus.c830 skb->protocol = htons(ETH_P_802_2); in ieee80211_tx_monitor()
/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_80211_rx.c199 skb->protocol = cpu_to_be16(ETH_P_802_2); in prism2_rx_80211()
/Linux-v5.4/drivers/net/plip/
Dplip.c576 return htons(ETH_P_802_2); in plip_type_trans()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.c472 skb->protocol = htons(ETH_P_802_2); in brcmf_netif_mon_rx()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c669 htons(ETH_P_802_2); in fm10k_xmit_frame()

12