Home
last modified time | relevance | path

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

/external/tcpdump/
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]; argument
253 register struct tcp_seq_hash6 *th; in tcp_print()
254 struct tcp_seq_hash6 *tcp_seq_hash; in tcp_print()
258 tcp_seq_hash = tcp_seq_hash6; in tcp_print()
286 th->nxt = (struct tcp_seq_hash6 *) in tcp_print()