Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tcp.c77 struct tcp_seq_hash { struct
78 struct tcp_seq_hash *nxt; argument
104 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE]; argument
255 struct tcp_seq_hash6 *tcp_seq_hash; local
259 tcp_seq_hash = tcp_seq_hash6;
278 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];
310 register struct tcp_seq_hash *th;
311 struct tcp_seq_hash *tcp_seq_hash; local
315 tcp_seq_hash = tcp_seq_hash4;
334 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];
[all …]