Home
last modified time | relevance | path

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

/aosp_15_r20/external/tcpdump/
H A Dprint-tcp.c78 struct tcp_seq_hash { struct
79 struct tcp_seq_hash *nxt; argument
103 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE]; argument
265 struct tcp_seq_hash6 *tcp_seq_hash; in tcp_print() local
269 tcp_seq_hash = tcp_seq_hash6; in tcp_print()
288 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()
321 struct tcp_seq_hash *th; in tcp_print()
322 struct tcp_seq_hash *tcp_seq_hash; in tcp_print() local
325 tcp_seq_hash = tcp_seq_hash4; in tcp_print()
346 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]; in tcp_print()
[all …]