Lines Matching refs:tcp_seq_hash
78 struct tcp_seq_hash { struct
79 struct tcp_seq_hash *nxt; argument
103 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE]; argument
265 struct tcp_seq_hash6 *tcp_seq_hash; in tcp_print() local
269 tcp_seq_hash = tcp_seq_hash6; in tcp_print()
288 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()
321 struct tcp_seq_hash *th; in tcp_print()
322 struct tcp_seq_hash *tcp_seq_hash; in tcp_print() local
325 tcp_seq_hash = tcp_seq_hash4; in tcp_print()
346 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()
357 th->nxt = (struct tcp_seq_hash *) in tcp_print()