Lines Matching refs:next_ip
90 wet_sta_t *next_ip; /* hash link by IP */ member
821 sta->next_ip = NULL; in wet_sta_alloc()
846 sta2; sta2 = sta2->next_ip) { in BCMFASTPATH()
849 next = &sta2->next_ip; in BCMFASTPATH()
852 *next = sta2->next_ip; in BCMFASTPATH()
853 sta2->next_ip = NULL; in BCMFASTPATH()
878 sta->next_ip = weth->stahash_ip[i]; in BCMFASTPATH()
885 for (sta2 = sta->next_ip; sta2; sta2 = sta2->next_ip) { in BCMFASTPATH()
890 prev->next_ip = sta2->next_ip; in BCMFASTPATH()
891 sta2->next_ip = NULL; in BCMFASTPATH()
994 for (sta = weth->stahash_ip[i]; sta; sta = sta->next_ip) { in BCMFASTPATH()
1149 sta2; sta2 = sta2->next_ip) { in dhd_wet_sta_delete_list()
1152 next = &sta2->next_ip; in dhd_wet_sta_delete_list()
1155 *next = sta2->next_ip; in dhd_wet_sta_delete_list()
1156 sta2->next_ip = NULL; in dhd_wet_sta_delete_list()