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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-tcp.c89 struct tcp_seq_hash6 { struct
90 struct tcp_seq_hash6 *nxt;
102 static struct tcp_seq_hash6 tcp_seq_hash6[TSEQ_HASHSIZE]; variable in typeref:struct:tcp_seq_hash6
253 register struct tcp_seq_hash6 *th;
254 struct tcp_seq_hash6 *tcp_seq_hash;
258 tcp_seq_hash = tcp_seq_hash6;
286 th->nxt = (struct tcp_seq_hash6 *)

Completed in 95 milliseconds