Searched refs:tcp_seq_hash (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-tcp.c76 struct tcp_seq_hash { struct
77 struct tcp_seq_hash *nxt;
101 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE];
254 struct tcp_seq_hash6 *tcp_seq_hash; local
258 tcp_seq_hash = tcp_seq_hash6;
277 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];
307 register struct tcp_seq_hash *th;
308 struct tcp_seq_hash *tcp_seq_hash; local
311 tcp_seq_hash
[all...]

Completed in 58 milliseconds