OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spcb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.c
192
sctp_fill_pcbinfo(struct sctp_pcbinfo *
spcb
)
199
spcb
->ep_count = sctppcbinfo.ipi_count_ep;
200
spcb
->asoc_count = sctppcbinfo.ipi_count_asoc;
201
spcb
->laddr_count = sctppcbinfo.ipi_count_laddr;
202
spcb
->raddr_count = sctppcbinfo.ipi_count_raddr;
203
spcb
->chk_count = sctppcbinfo.ipi_count_chunk;
204
spcb
->sockq_count = sctppcbinfo.ipi_count_sockq;
205
spcb
->mbuf_track = sctppcbinfo.mbuf_track;
sctp_usrreq.c
2084
struct sctp_pcbinfo *
spcb
;
local in function:sctp_optsget
2094
spcb
= sopt->sopt_data;
2095
sctp_fill_pcbinfo(
spcb
);
Completed in 18 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025