Home
last modified time | relevance | path

Searched defs:pkthash (Results 1 – 7 of 7) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux_pktdump.h86 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_dhcp_dump()
95 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_dns_dump()
104 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_icmp_dump()
113 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_arp_dump()
122 uint8 *pktdata, uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_dump_eapol_message()
Ddhd_linux_pktdump.c198 #define TX_PKTHASH(pkthash) ((pkthash) ? (*pkthash) : (0)) argument
405 bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dump_pkt()
602 uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dump_wsc_message()
718 uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dump_eap_packet()
845 uint32 *pkthash, uint16 *pktfate) in dhd_dump_eapol_4way_message()
917 uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dump_eapol_message()
1019 uint32 *pkthash, uint16 *pktfate) in dhd_dhcp_dump()
1127 uint32 *pkthash, uint16 *pktfate) in dhd_icmp_dump()
1227 uint32 *pkthash, uint16 *pktfate) in dhd_arp_dump()
1348 uint32 *pkthash, uint16 *pktfate) in dhd_dns_dump()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_linux_pktdump.h96 bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dhcp_dump()
107 bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dns_dump()
118 bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_icmp_dump()
129 bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_arp_dump()
142 bool tx, uint32 *pkthash, in dhd_dump_eapol_message()
Ddhd_linux_pktdump.c194 #define TX_PKTHASH(pkthash) ((pkthash) ? (*pkthash) : (0)) argument
414 bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dump_pkt()
605 uint32 pktlen, bool tx, uint32 *pkthash, in dhd_dump_wsc_message()
745 uint32 pktlen, bool tx, uint32 *pkthash, in dhd_dump_eap_packet()
882 uint32 *pkthash, uint16 *pktfate) in dhd_dump_eapol_4way_message()
965 uint32 pktlen, bool tx, uint32 *pkthash, in dhd_dump_eapol_message()
1067 uint32 *pkthash, uint16 *pktfate) in dhd_dhcp_dump()
1186 uint32 *pkthash, uint16 *pktfate) in dhd_icmp_dump()
1303 uint32 *pkthash, uint16 *pktfate) in dhd_arp_dump()
1448 uint32 *pkthash, uint16 *pktfate) in dhd_dns_dump()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux_pktdump.h89 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_dhcp_dump()
98 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_dns_dump()
107 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_icmp_dump()
116 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_arp_dump()
125 uint8 *pktdata, uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_dump_eapol_message()
Ddhd_linux_pktdump.c193 #define TX_PKTHASH(pkthash) ((pkthash) ? (*pkthash) : (0)) argument
407 bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dump_pkt()
616 uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dump_wsc_message()
752 uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dump_eap_packet()
883 uint32 *pkthash, uint16 *pktfate) in dhd_dump_eapol_4way_message()
967 uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate) in dhd_dump_eapol_message()
1112 uint32 *pkthash, uint16 *pktfate) in dhd_dhcp_dump()
1217 uint32 *pkthash, uint16 *pktfate) in dhd_icmp_dump()
1330 uint32 *pkthash, uint16 *pktfate) in dhd_arp_dump()
1467 uint32 *pkthash, uint16 *pktfate) in dhd_dns_dump()
Ddhd_linux.c3790 uint32 pkthash; in dhd_handle_pktdata() local