Searched refs:next_death (Results 1 – 2 of 2) sorted by relevance
449 tcp_tw_death_row[tcp_tw_death_row_slot] = tw->next_death; in SMP_TIMER_NAME()450 if (tw->next_death) in SMP_TIMER_NAME()451 tw->next_death->pprev_death = tw->pprev_death; in SMP_TIMER_NAME()483 if(tw->next_death) in tcp_tw_deschedule()484 tw->next_death->pprev_death = tw->pprev_death; in tcp_tw_deschedule()485 *tw->pprev_death = tw->next_death; in tcp_tw_deschedule()537 if(tw->next_death) in tcp_tw_schedule()538 tw->next_death->pprev_death = tw->pprev_death; in tcp_tw_schedule()539 *tw->pprev_death = tw->next_death; in tcp_tw_schedule()573 if((tw->next_death = *tpp) != NULL) in tcp_tw_schedule()[all …]
187 struct tcp_tw_bucket *next_death; member