Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c304 struct sock **head, *sktw; in __tcp_tw_hashdance() local
333 sktw = (struct sock *)tw; in __tcp_tw_hashdance()
334 if((sktw->next = *head) != NULL) in __tcp_tw_hashdance()
335 (*head)->pprev = &sktw->next; in __tcp_tw_hashdance()
336 *head = sktw; in __tcp_tw_hashdance()
337 sktw->pprev = head; in __tcp_tw_hashdance()