Lines Matching defs:xinpcb
319 sctp_process_inpcb(struct xsctp_inpcb *xinpcb,
330 if (xinpcb->maxqlen > 0)
367 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) {
374 if (xinpcb->flags & SCTP_PCB_FLAGS_TCPTYPE)
376 else if (xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE)
385 xinpcb->qlen, xinpcb->maxqlen);
390 buf1, xinpcb->qlen, xinpcb->maxqlen);
438 htons(xinpcb->local_port), numeric_port);
493 struct xsctp_inpcb *xinpcb;
513 xinpcb = (struct xsctp_inpcb *)(buf + offset);
515 while (xinpcb->last == 0 && offset < len) {
516 sctp_process_inpcb(xinpcb, buf, (const size_t)len,
519 xinpcb = (struct xsctp_inpcb *)(buf + offset);