Searched refs:spcb (Results 1 – 2 of 2) sorted by relevance
148 sctp_fill_pcbinfo(struct sctp_pcbinfo *spcb) argument155 spcb->ep_count = SCTP_BASE_INFO(ipi_count_ep);156 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc);157 spcb->laddr_count = SCTP_BASE_INFO(ipi_count_laddr);158 spcb->raddr_count = SCTP_BASE_INFO(ipi_count_raddr);159 spcb->chk_count = SCTP_BASE_INFO(ipi_count_chunk);160 spcb->readq_count = SCTP_BASE_INFO(ipi_count_readq);161 spcb->stream_oque = SCTP_BASE_INFO(ipi_count_strmoq);162 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks);
3206 struct sctp_pcbinfo *spcb; local3208 SCTP_CHECK_AND_CAST(spcb, optval, struct sctp_pcbinfo, *optsize);3209 sctp_fill_pcbinfo(spcb);