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