HomeSort by relevance Sort by last modified time
    Searched full:tcp_seq_hash (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-tcp.c 82 struct tcp_seq_hash { struct
83 struct tcp_seq_hash *nxt;
94 static struct tcp_seq_hash tcp_seq_hash[TSEQ_HASHSIZE]; variable in typeref:struct:tcp_seq_hash
313 register struct tcp_seq_hash *th;
385 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];
394 th->nxt = (struct tcp_seq_hash *)

Completed in 449 milliseconds