Home
last modified time | relevance | path

Searched refs:tcp_twcal_row (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c500 static struct tcp_tw_bucket *tcp_twcal_row[TCP_TW_RECYCLE_SLOTS]; variable
570 tpp = &tcp_twcal_row[slot]; in tcp_tw_schedule()
602 while((tw = tcp_twcal_row[slot]) != NULL) { in SMP_TIMER_NAME()
603 tcp_twcal_row[slot] = tw->next_death; in SMP_TIMER_NAME()
617 if (tcp_twcal_row[slot] != NULL) { in SMP_TIMER_NAME()