Searched refs:tcp_seq_hash (Results 1 – 1 of 1) sorted by relevance
76 struct tcp_seq_hash { struct77 struct tcp_seq_hash *nxt; argument101 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE]; argument254 struct tcp_seq_hash6 *tcp_seq_hash; in tcp_print() local258 tcp_seq_hash = tcp_seq_hash6; in tcp_print()277 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()307 register struct tcp_seq_hash *th; in tcp_print()308 struct tcp_seq_hash *tcp_seq_hash; in tcp_print() local311 tcp_seq_hash = tcp_seq_hash4; in tcp_print()328 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()[all …]