Searched refs:spcb (Results 1 – 2 of 2) sorted by relevance
81 sctp_fill_pcbinfo(struct sctp_pcbinfo *spcb) in sctp_fill_pcbinfo() argument88 spcb->ep_count = SCTP_BASE_INFO(ipi_count_ep); in sctp_fill_pcbinfo()89 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc); in sctp_fill_pcbinfo()90 spcb->laddr_count = SCTP_BASE_INFO(ipi_count_laddr); in sctp_fill_pcbinfo()91 spcb->raddr_count = SCTP_BASE_INFO(ipi_count_raddr); in sctp_fill_pcbinfo()92 spcb->chk_count = SCTP_BASE_INFO(ipi_count_chunk); in sctp_fill_pcbinfo()93 spcb->readq_count = SCTP_BASE_INFO(ipi_count_readq); in sctp_fill_pcbinfo()94 spcb->stream_oque = SCTP_BASE_INFO(ipi_count_strmoq); in sctp_fill_pcbinfo()95 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks); in sctp_fill_pcbinfo()
2593 struct sctp_pcbinfo *spcb; local2595 SCTP_CHECK_AND_CAST(spcb, optval, struct sctp_pcbinfo, *optsize);2596 sctp_fill_pcbinfo(spcb);