Searched refs:sktw (Results 1 – 1 of 1) sorted by relevance
304 struct sock **head, *sktw; in __tcp_tw_hashdance() local333 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()