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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-tcp.c83 struct tcp_seq_hash { struct
84 struct tcp_seq_hash *nxt;
95 static struct tcp_seq_hash tcp_seq_hash[TSEQ_HASHSIZE]; variable in typeref:struct:tcp_seq_hash
263 register struct tcp_seq_hash *th;
355 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];
364 th->nxt = (struct tcp_seq_hash *)

Completed in 50 milliseconds