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

/external/tcpdump/
H A Dprint-tcp.c82 struct tcp_seq_hash { struct
83 struct tcp_seq_hash *nxt;
94 static struct tcp_seq_hash tcp_seq_hash[TSEQ_HASHSIZE]; variable in typeref:struct:tcp_seq_hash
313 register struct tcp_seq_hash *th;
385 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];
394 th->nxt = (struct tcp_seq_hash *)

Completed in 30 milliseconds