HomeSort by: relevance | last modified time | path
    Searched refs:sctp_tcpephash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 139 struct sctppcbhead *sctp_tcpephash; member in struct:sctp_epinfo
sctp_pcb.c 262 ephead = &sctppcbinfo.sctp_tcpephash[SCTP_PCBHASH_ALLADDR(
888 head = &sctppcbinfo.sctp_tcpephash[i];
1520 head = &sctppcbinfo.sctp_tcpephash[SCTP_PCBHASH_ALLADDR((lport + rport),
3816 sctppcbinfo.sctp_tcpephash = hashinit(hashtblsize, HASH_LIST,

Completed in 14 milliseconds