Home
last modified time | relevance | path

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

/NextBSD/usr.bin/sockstat/
HDsockstat.c115 static struct sock *sockhash[HASHSIZE]; variable
413 sock->next = sockhash[hash]; in gather_sctp()
414 sockhash[hash] = sock; in gather_sctp()
524 sock->next = sockhash[hash]; in gather_sctp()
525 sockhash[hash] = sock; in gather_sctp()
686 sock->next = sockhash[hash]; in gather_inet()
687 sockhash[hash] = sock; in gather_inet()
781 sock->next = sockhash[hash]; in gather_unix()
782 sockhash[hash] = sock; in gather_unix()
1005 for (s_tmp = sockhash[hash]; in displaysock()
[all …]