Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tcp.c99 #define TSEQ_HASHSIZE 919 macro
104 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE];
106 static struct tcp_seq_hash6 tcp_seq_hash6[TSEQ_HASHSIZE];
278 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];
334 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];