Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tcp.c96 #define TSEQ_HASHSIZE 919 macro
101 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE];
102 static struct tcp_seq_hash6 tcp_seq_hash6[TSEQ_HASHSIZE];
277 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()
328 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()