Searched refs:ndo_info (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 12857 struct ipv6_work_info_t *ndo_info; in dhd_inet6addr_notifier_call() local 12884 ndo_info = (struct ipv6_work_info_t *)kzalloc(sizeof(struct ipv6_work_info_t), GFP_ATOMIC); in dhd_inet6addr_notifier_call() 12885 if (!ndo_info) { in dhd_inet6addr_notifier_call() 12891 ndo_info->event = event; in dhd_inet6addr_notifier_call() 12892 ndo_info->if_idx = idx; in dhd_inet6addr_notifier_call() 12893 memcpy(ndo_info->ipv6_addr, &inet6_ifa->addr, IPV6_ADDR_LEN); in dhd_inet6addr_notifier_call() 12896 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)ndo_info, DHD_WQ_WORK_IPV6_NDO, in dhd_inet6addr_notifier_call()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 11963 struct ipv6_work_info_t *ndo_info; local 11988 ndo_info = (struct ipv6_work_info_t *)kzalloc(sizeof(struct ipv6_work_info_t), GFP_ATOMIC); 11989 if (!ndo_info) { 11995 ndo_info->event = event; 11996 ndo_info->if_idx = idx; 11997 memcpy(ndo_info->ipv6_addr, &inet6_ifa->addr, IPV6_ADDR_LEN); 12000 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)ndo_info, DHD_WQ_WORK_IPV6_NDO,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 12148 struct ipv6_work_info_t *ndo_info; local 12173 ndo_info = (struct ipv6_work_info_t *)kzalloc(sizeof(struct ipv6_work_info_t), GFP_ATOMIC); 12174 if (!ndo_info) { 12180 ndo_info->event = event; 12181 ndo_info->if_idx = idx; 12182 memcpy(ndo_info->ipv6_addr, &inet6_ifa->addr, IPV6_ADDR_LEN); 12185 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)ndo_info, DHD_WQ_WORK_IPV6_NDO,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.c | 12028 struct ipv6_work_info_t *ndo_info; local 12053 ndo_info = (struct ipv6_work_info_t *)kzalloc(sizeof(struct ipv6_work_info_t), GFP_ATOMIC); 12054 if (!ndo_info) { 12060 ndo_info->event = event; 12061 ndo_info->if_idx = idx; 12062 memcpy(ndo_info->ipv6_addr, &inet6_ifa->addr, IPV6_ADDR_LEN); 12065 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)ndo_info, DHD_WQ_WORK_IPV6_NDO,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 16870 struct ipv6_work_info_t *ndo_info; in dhd_inet6addr_notifier_call() local 16895 ndo_info = (struct ipv6_work_info_t *)kzalloc(sizeof(struct ipv6_work_info_t), GFP_ATOMIC); in dhd_inet6addr_notifier_call() 16896 if (!ndo_info) { in dhd_inet6addr_notifier_call() 16902 ndo_info->event = event; in dhd_inet6addr_notifier_call() 16903 ndo_info->if_idx = idx; in dhd_inet6addr_notifier_call() 16904 memcpy(ndo_info->ipv6_addr, &inet6_ifa->addr, IPV6_ADDR_LEN); in dhd_inet6addr_notifier_call() 16907 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)ndo_info, DHD_WQ_WORK_IPV6_NDO, in dhd_inet6addr_notifier_call()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 16760 struct ipv6_work_info_t *ndo_info; in dhd_inet6addr_notifier_call() local 16785 ndo_info = (struct ipv6_work_info_t *)kzalloc(sizeof(struct ipv6_work_info_t), GFP_ATOMIC); in dhd_inet6addr_notifier_call() 16786 if (!ndo_info) { in dhd_inet6addr_notifier_call() 16792 ndo_info->event = event; in dhd_inet6addr_notifier_call() 16793 ndo_info->if_idx = idx; in dhd_inet6addr_notifier_call() 16794 memcpy(ndo_info->ipv6_addr, &inet6_ifa->addr, IPV6_ADDR_LEN); in dhd_inet6addr_notifier_call() 16797 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)ndo_info, DHD_WQ_WORK_IPV6_NDO, in dhd_inet6addr_notifier_call()
|