Lines Matching refs:next_death
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()
574 (*tpp)->pprev_death = &tw->next_death; in tcp_tw_schedule()
603 tcp_twcal_row[slot] = tw->next_death; in SMP_TIMER_NAME()