Home
last modified time | relevance | path

Searched refs:TSEQ_HASHSIZE (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-tcp.c89 #define TSEQ_HASHSIZE 919 macro
94 static struct tcp_seq_hash tcp_seq_hash[TSEQ_HASHSIZE];
385 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()