Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-tcp.c89 struct tcp_seq_hash6 { struct
90 struct tcp_seq_hash6 *nxt; argument
102 static struct tcp_seq_hash6 tcp_seq_hash6[TSEQ_HASHSIZE]; variable
262 struct tcp_seq_hash6 *th; in tcp_print()
263 struct tcp_seq_hash6 *tcp_seq_hash; in tcp_print()
267 tcp_seq_hash = tcp_seq_hash6; in tcp_print()
297 th->nxt = (struct tcp_seq_hash6 *) in tcp_print()