Searched refs:tcp_seq_hash (Results 1 – 1 of 1) sorted by relevance
78 struct tcp_seq_hash { struct79 struct tcp_seq_hash *nxt; argument103 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE]; argument265 struct tcp_seq_hash6 *tcp_seq_hash; in tcp_print() local269 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() local325 tcp_seq_hash = tcp_seq_hash4; in tcp_print()346 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()[all …]