Searched refs:spcb (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_pcb.c81 sctp_fill_pcbinfo(struct sctp_pcbinfo *spcb) argument
88 spcb->ep_count = SCTP_BASE_INFO(ipi_count_ep);
89 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc);
90 spcb->laddr_count = SCTP_BASE_INFO(ipi_count_laddr);
91 spcb->raddr_count = SCTP_BASE_INFO(ipi_count_raddr);
92 spcb->chk_count = SCTP_BASE_INFO(ipi_count_chunk);
93 spcb->readq_count = SCTP_BASE_INFO(ipi_count_readq);
94 spcb->stream_oque = SCTP_BASE_INFO(ipi_count_strmoq);
95 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks);
H A Dsctp_usrreq.c2582 struct sctp_pcbinfo *spcb; local
2584 SCTP_CHECK_AND_CAST(spcb, optval, struct sctp_pcbinfo, *optsize);
2585 sctp_fill_pcbinfo(spcb);

Completed in 132 milliseconds