Home
last modified time | relevance | path

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

12

/openbmc/linux/net/llc/
H A Dllc_output.c33 rc = dev_hard_header(skb, skb->dev, ETH_P_802_2, da, sa, in llc_mac_hdr_init()
H A Dllc_core.c134 .type = cpu_to_be16(ETH_P_802_2),
H A Dllc_input.c129 if (skb->protocol == htons(ETH_P_802_2)) { in llc_fixup_skb()
H A Dllc_sap.c62 skb->protocol = htons(ETH_P_802_2); in llc_alloc_frame()
H A Daf_llc.c76 return htons(ETH_P_802_2); in llc_proto_type()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dmon.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()
/openbmc/u-boot/include/linux/
H A Dif_ether.h133 #define ETH_P_802_2 0x0004 /* 802.2 frames */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h133 #define ETH_P_802_2 0x0004 /* 802.2 frames */ macro
/openbmc/linux/net/802/
H A Dfddi.c109 type = htons(ETH_P_802_2); in fddi_type_trans()
H A Dgarp.c231 skb->protocol = htons(ETH_P_802_2); in garp_pdu_init()
/openbmc/linux/net/ethernet/
H A Deth.c85 if (type != ETH_P_802_3 && type != ETH_P_802_2) in eth_header()
194 return htons(ETH_P_802_2); in eth_type_trans()
/openbmc/linux/net/bluetooth/bnep/
H A Dnetdev.c145 return ETH_P_802_2; in bnep_net_eth_proto()
/openbmc/linux/net/bridge/
H A Dbr_stp_bpdu.c45 skb->protocol = htons(ETH_P_802_2); in br_send_bpdu()
/openbmc/linux/net/openvswitch/
H A Dflow.c535 return htons(ETH_P_802_2); in parse_ethertype()
544 return htons(ETH_P_802_2); in parse_ethertype()
551 return htons(ETH_P_802_2); in parse_ethertype()
/openbmc/linux/include/net/
H A Dllc_pdu.h350 if (ev_skb->protocol == htons(ETH_P_802_2)) { in llc_pdu_init_as_test_rsp()
/openbmc/linux/include/linux/
H A Dif_vlan.h702 skb->protocol = htons(ETH_P_802_2); in vlan_set_encap_proto()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c30 case ETH_P_802_2: in lan966x_tc_is_known_etype()
/openbmc/linux/drivers/net/arcnet/
H A Drfc1201.c401 case ETH_P_802_2: in build_header()
/openbmc/linux/net/8021q/
H A Dvlan_dev.c67 if (type != ETH_P_802_3 && type != ETH_P_802_2) in vlan_dev_hard_header()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c199 skb->protocol = cpu_to_be16(ETH_P_802_2); in prism2_rx_80211()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c110 skb->protocol = htons(ETH_P_802_2); in __iptunnel_pull_header()
/openbmc/linux/drivers/net/plip/
H A Dplip.c583 return htons(ETH_P_802_2); in plip_type_trans()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c553 htons(ETH_P_802_2); in fm10k_xmit_frame()
/openbmc/linux/net/mac80211/
H A Dstatus.c888 skb->protocol = htons(ETH_P_802_2); in ieee80211_tx_monitor()
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_net.c163 return htons(ETH_P_802_2); in dvb_net_eth_type_trans()

12