HomeSort by relevance Sort by last modified time
    Searched refs:spcb (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.c 150 sctp_fill_pcbinfo(struct sctp_pcbinfo *spcb)
157 spcb->ep_count = SCTP_BASE_INFO(ipi_count_ep);
158 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc);
159 spcb->laddr_count = SCTP_BASE_INFO(ipi_count_laddr);
160 spcb->raddr_count = SCTP_BASE_INFO(ipi_count_raddr);
161 spcb->chk_count = SCTP_BASE_INFO(ipi_count_chunk);
162 spcb->readq_count = SCTP_BASE_INFO(ipi_count_readq);
163 spcb->stream_oque = SCTP_BASE_INFO(ipi_count_strmoq);
164 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks);
    [all...]
sctp_usrreq.c 3218 struct sctp_pcbinfo *spcb; local
    [all...]

Completed in 53 milliseconds