| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_cfg80211_util.c | 3825 t_u8 *ip_pkt = NULL; in woal_cfg80211_subcmd_start_keep_alive() local 3866 if (ip_pkt) { in woal_cfg80211_subcmd_start_keep_alive() 3867 kfree(ip_pkt); in woal_cfg80211_subcmd_start_keep_alive() 3868 ip_pkt = NULL; in woal_cfg80211_subcmd_start_keep_alive() 3870 ip_pkt = (u8 *)kzalloc(ip_pkt_len, GFP_ATOMIC); in woal_cfg80211_subcmd_start_keep_alive() 3871 if (ip_pkt == NULL) { in woal_cfg80211_subcmd_start_keep_alive() 3877 moal_memcpy_ext(priv->phandle, ip_pkt, in woal_cfg80211_subcmd_start_keep_alive() 3907 priv, mkeep_alive_id, true, ether_type, ip_pkt, ip_pkt_len, in woal_cfg80211_subcmd_start_keep_alive() 3913 if (ip_pkt) in woal_cfg80211_subcmd_start_keep_alive() 3914 kfree(ip_pkt); in woal_cfg80211_subcmd_start_keep_alive()
|
| H A D | moal_main.h | 3864 t_u8 *ip_pkt, t_u16 ip_pkt_len, t_u8 *src_mac, 3868 t_u8 *ip_pkt, t_u8 *pkt_len); 3871 t_u8 *ip_pkt, t_u16 ip_pkt_len, t_u8 *src_mac, t_u8 *dst_mac,
|
| H A D | moal_eth_ioctl.c | 17407 t_u8 *ip_pkt, t_u16 ip_pkt_len, t_u8 *src_mac, in woal_start_mkeep_alive() argument 17453 moal_memcpy_ext(priv->phandle, misc->param.keep_alive.packet, ip_pkt, in woal_start_mkeep_alive() 17481 t_u8 *ip_pkt, t_u8 *pkt_len) in woal_stop_mkeep_alive() argument 17560 if (*pkt_len && ip_pkt) in woal_stop_mkeep_alive() 17561 moal_memcpy_ext(priv->phandle, ip_pkt, misc_keep_alive->packet, in woal_stop_mkeep_alive() 17582 t_u16 ether_type, t_u8 *ip_pkt, in woal_priv_save_cloud_keep_alive_params() argument 17649 moal_memcpy_ext(phandle, keep_alive->packet, ip_pkt, ip_pkt_len, in woal_priv_save_cloud_keep_alive_params()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfgvendor.c | 2996 uint8 *ip_pkt = NULL; in wl_cfgvendor_start_mkeep_alive() local 3025 ip_pkt = (u8 *)kzalloc(ip_pkt_len, kflags); in wl_cfgvendor_start_mkeep_alive() 3026 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 3031 memcpy(ip_pkt, (u8*)nla_data(iter), ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 3049 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 3055 ret = dhd_dev_start_mkeep_alive(dhd_pub, mkeep_alive_id, ip_pkt, ip_pkt_len, src_mac, in wl_cfgvendor_start_mkeep_alive() 3062 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 3063 kfree(ip_pkt); in wl_cfgvendor_start_mkeep_alive()
|
| H A D | dhd.h | 1714 extern int dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt,
|
| H A D | dhd_linux.c | 15672 dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt, in dhd_dev_start_mkeep_alive() argument 15783 memcpy(pmac_frame, ip_pkt, ip_pkt_len); in dhd_dev_start_mkeep_alive()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | hso.c | 841 static void packetizeRx(struct hso_net *odev, unsigned char *ip_pkt, in packetizeRx() argument 850 DUMP(ip_pkt, min(128, (int)count)); in packetizeRx() 863 odev->rx_buf_size, ip_pkt + buffer_offset, in packetizeRx() 918 ip_pkt + buffer_offset, in packetizeRx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgvendor.c | 7526 uint8 *ip_pkt = NULL; in wl_cfgvendor_start_mkeep_alive() local 7549 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 7559 ip_pkt = (u8 *)MALLOCZ(cfg->osh, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 7560 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 7565 memcpy(ip_pkt, (u8*)nla_data(iter), ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 7583 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 7589 ret = dhd_dev_start_mkeep_alive(dhd_pub, mkeep_alive_id, ip_pkt, ip_pkt_len, src_mac, in wl_cfgvendor_start_mkeep_alive() 7596 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 7597 MFREE(cfg->osh, ip_pkt, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive()
|
| H A D | dhd.h | 2204 extern int dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt,
|
| H A D | dhd_linux.c | 15018 dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt, 15129 memcpy(pmac_frame, ip_pkt, ip_pkt_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgvendor.c | 7608 uint8 *ip_pkt = NULL; in wl_cfgvendor_start_mkeep_alive() local 7631 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 7641 ip_pkt = (u8 *)MALLOCZ(cfg->osh, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 7642 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 7647 memcpy(ip_pkt, (u8*)nla_data(iter), ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 7665 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 7671 ret = dhd_dev_start_mkeep_alive(dhd_pub, mkeep_alive_id, ip_pkt, ip_pkt_len, src_mac, in wl_cfgvendor_start_mkeep_alive() 7678 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 7679 MFREE(cfg->osh, ip_pkt, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive()
|
| H A D | dhd.h | 2202 extern int dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt,
|
| H A D | dhd_linux.c | 14891 dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt, 15002 memcpy(pmac_frame, ip_pkt, ip_pkt_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgvendor.c | 7608 uint8 *ip_pkt = NULL; in wl_cfgvendor_start_mkeep_alive() local 7631 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 7641 ip_pkt = (u8 *)MALLOCZ(cfg->osh, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 7642 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 7647 memcpy(ip_pkt, (u8*)nla_data(iter), ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 7665 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 7671 ret = dhd_dev_start_mkeep_alive(dhd_pub, mkeep_alive_id, ip_pkt, ip_pkt_len, src_mac, in wl_cfgvendor_start_mkeep_alive() 7678 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 7679 MFREE(cfg->osh, ip_pkt, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive()
|
| H A D | dhd.h | 2202 extern int dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt,
|
| H A D | dhd_linux.c | 14826 dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt, 14937 memcpy(pmac_frame, ip_pkt, ip_pkt_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgvendor.c | 8531 uint8 *ip_pkt = NULL; in wl_cfgvendor_start_mkeep_alive() local 8554 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 8564 ip_pkt = (u8 *)MALLOCZ(cfg->osh, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 8565 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 8570 memcpy(ip_pkt, (u8*)nla_data(iter), ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 8597 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 8604 ether_type, ip_pkt, ip_pkt_len, src_mac, dst_mac, period_msec); in wl_cfgvendor_start_mkeep_alive() 8610 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 8611 MFREE(cfg->osh, ip_pkt, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive()
|
| H A D | wl_cfg80211.h | 3008 uint16 ether_type, uint8 *ip_pkt, uint16 ip_pkt_len, uint8* src_mac_addr,
|
| H A D | wl_cfg80211.c | 22174 uint16 ether_type, uint8 *ip_pkt, uint16 ip_pkt_len, in wl_cfg80211_start_mkeep_alive() argument 22305 res = memcpy_s(pmac_frame, pmac_frame_len, ip_pkt, ip_pkt_len); in wl_cfg80211_start_mkeep_alive()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgvendor.c | 8558 uint8 *ip_pkt = NULL; in wl_cfgvendor_start_mkeep_alive() local 8581 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 8591 ip_pkt = (u8 *)MALLOCZ(cfg->osh, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 8592 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 8597 memcpy(ip_pkt, (u8*)nla_data(iter), ip_pkt_len); in wl_cfgvendor_start_mkeep_alive() 8624 if (ip_pkt == NULL) { in wl_cfgvendor_start_mkeep_alive() 8631 ether_type, ip_pkt, ip_pkt_len, src_mac, dst_mac, period_msec); in wl_cfgvendor_start_mkeep_alive() 8637 if (ip_pkt) { in wl_cfgvendor_start_mkeep_alive() 8638 MFREE(cfg->osh, ip_pkt, ip_pkt_len); in wl_cfgvendor_start_mkeep_alive()
|
| H A D | wl_cfg80211.h | 3011 uint16 ether_type, uint8 *ip_pkt, uint16 ip_pkt_len, uint8* src_mac_addr,
|
| H A D | wl_cfg80211.c | 22419 uint16 ether_type, uint8 *ip_pkt, uint16 ip_pkt_len, in wl_cfg80211_start_mkeep_alive() argument 22550 res = memcpy_s(pmac_frame, pmac_frame_len, ip_pkt, ip_pkt_len); in wl_cfg80211_start_mkeep_alive()
|