/openbmc/linux/net/llc/ |
H A D | llc_output.c | 33 rc = dev_hard_header(skb, skb->dev, ETH_P_802_2, da, sa, in llc_mac_hdr_init()
|
H A D | llc_core.c | 134 .type = cpu_to_be16(ETH_P_802_2),
|
H A D | llc_input.c | 129 if (skb->protocol == htons(ETH_P_802_2)) { in llc_fixup_skb()
|
H A D | llc_sap.c | 62 skb->protocol = htons(ETH_P_802_2); in llc_alloc_frame()
|
H A D | af_llc.c | 76 return htons(ETH_P_802_2); in llc_proto_type()
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | mon.c | 92 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 D | if_ether.h | 133 #define ETH_P_802_2 0x0004 /* 802.2 frames */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_ether.h | 133 #define ETH_P_802_2 0x0004 /* 802.2 frames */ macro
|
/openbmc/linux/net/802/ |
H A D | fddi.c | 109 type = htons(ETH_P_802_2); in fddi_type_trans()
|
H A D | garp.c | 231 skb->protocol = htons(ETH_P_802_2); in garp_pdu_init()
|
/openbmc/linux/net/ethernet/ |
H A D | eth.c | 85 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 D | netdev.c | 145 return ETH_P_802_2; in bnep_net_eth_proto()
|
/openbmc/linux/net/bridge/ |
H A D | br_stp_bpdu.c | 45 skb->protocol = htons(ETH_P_802_2); in br_send_bpdu()
|
/openbmc/linux/net/openvswitch/ |
H A D | flow.c | 535 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 D | llc_pdu.h | 350 if (ev_skb->protocol == htons(ETH_P_802_2)) { in llc_pdu_init_as_test_rsp()
|
/openbmc/linux/include/linux/ |
H A D | if_vlan.h | 702 skb->protocol = htons(ETH_P_802_2); in vlan_set_encap_proto()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_tc_flower.c | 30 case ETH_P_802_2: in lan966x_tc_is_known_etype()
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | rfc1201.c | 401 case ETH_P_802_2: in build_header()
|
/openbmc/linux/net/8021q/ |
H A D | vlan_dev.c | 67 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 D | hostap_80211_rx.c | 199 skb->protocol = cpu_to_be16(ETH_P_802_2); in prism2_rx_80211()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 110 skb->protocol = htons(ETH_P_802_2); in __iptunnel_pull_header()
|
/openbmc/linux/drivers/net/plip/ |
H A D | plip.c | 583 return htons(ETH_P_802_2); in plip_type_trans()
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 553 htons(ETH_P_802_2); in fm10k_xmit_frame()
|
/openbmc/linux/net/mac80211/ |
H A D | status.c | 888 skb->protocol = htons(ETH_P_802_2); in ieee80211_tx_monitor()
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_net.c | 163 return htons(ETH_P_802_2); in dvb_net_eth_type_trans()
|