Searched refs:sctp_pcbinfo (Results 1 – 4 of 4) sorted by relevance
491 void sctp_fill_pcbinfo(struct sctp_pcbinfo *);
278 struct sctp_pcbinfo { struct
2612 struct sctp_pcbinfo *spcb;2614 SCTP_CHECK_AND_CAST(spcb, optval, struct sctp_pcbinfo, *optsize);2616 *optsize = sizeof(struct sctp_pcbinfo);
83 sctp_fill_pcbinfo(struct sctp_pcbinfo *spcb) in sctp_fill_pcbinfo()