Home
last modified time | relevance | path

Searched refs:ETH_P_IPX (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dif_ether.h73 #define ETH_P_IPX 0x8137 /* IPX over DIX */ macro
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c73 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in rtw_os_alloc_msdu_pkt()
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/
Dsta_rx.c105 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX))) { in mwifiex_process_rx_packet()
Duap_txrx.c121 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_uap_queue_bridged_pkt()
/Linux-v6.6/drivers/net/wan/
Dhdlc_cisco.c131 case cpu_to_be16(ETH_P_IPX): in cisco_type_trans()
/Linux-v6.6/drivers/net/wireless/intel/ipw2x00/
Dlibipw_tx.c125 if (h_proto == htons(ETH_P_AARP) || h_proto == htons(ETH_P_IPX)) in libipw_copy_snap()
Dlibipw_rx.c737 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in libipw_rx()
/Linux-v6.6/drivers/net/arcnet/
Drfc1201.c399 case ETH_P_IPX: in build_header()
/Linux-v6.6/drivers/net/wireless/intersil/hostap/
Dhostap_80211_tx.c130 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in hostap_data_start_xmit()
Dhostap_80211_rx.c1037 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in hostap_80211_rx()
/Linux-v6.6/net/bluetooth/bnep/
Dcore.c98 s->proto_filter[2].start = ETH_P_IPX; in bnep_set_default_proto_filter()
/Linux-v6.6/drivers/staging/rtl8712/
Drtl8712_recv.c375 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
/Linux-v6.6/drivers/net/wireless/legacy/
Dray_cs.c958 if (proto == htons(ETH_P_AARP) || proto == htons(ETH_P_IPX)) { in translate_frame()
2321 case ETH_P_IPX: in untranslate()
/Linux-v6.6/drivers/staging/rtl8192e/
Drtllib_rx.c482 ethertype != ETH_P_IPX) || in rtllib_indicate_packets()
1231 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in rtllib_rx_indicate_pkt_legacy()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mac.c984 eth_hdr->h_proto == cpu_to_be16(ETH_P_IPX)) in mt76_connac2_reverse_frag0_hdr_trans()
/Linux-v6.6/drivers/net/ppp/
Dppp_generic.c344 case ETH_P_IPX: in ethertype_to_npindex()
361 ETH_P_IPX,
/Linux-v6.6/net/wireless/
Dutil.c551 *hdr_proto != htons(ETH_P_IPX)) && in ieee80211_get_8023_tunnel_proto()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c305 eth_hdr->h_proto == cpu_to_be16(ETH_P_IPX)) in mt7615_reverse_frag0_hdr_trans()
/Linux-v6.6/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c542 ethertype != ETH_P_IPX) || in indicate_packets()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/
Dmac.c316 eth_hdr->h_proto == cpu_to_be16(ETH_P_IPX)) in mt7996_reverse_frag0_hdr_trans()
/Linux-v6.6/net/mac80211/
Dtx.c2879 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_build_hdr()