Home
last modified time | relevance | path

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

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