Lines Matching refs:tcp_seq_hash
76 struct tcp_seq_hash { struct
77 struct tcp_seq_hash *nxt; argument
101 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE]; argument
254 struct tcp_seq_hash6 *tcp_seq_hash; in tcp_print() local
258 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() local
311 tcp_seq_hash = tcp_seq_hash4; in tcp_print()
328 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()
337 th->nxt = (struct tcp_seq_hash *) in tcp_print()