Lines Matching refs:xinpcb
329 sctp_process_inpcb(struct xsctp_inpcb *xinpcb, in sctp_process_inpcb() argument
340 if (xinpcb->maxqlen > 0) in sctp_process_inpcb()
377 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_process_inpcb()
384 if (xinpcb->flags & SCTP_PCB_FLAGS_TCPTYPE) in sctp_process_inpcb()
386 else if (xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE) in sctp_process_inpcb()
395 xinpcb->qlen, xinpcb->maxqlen); in sctp_process_inpcb()
400 buf1, xinpcb->qlen, xinpcb->maxqlen); in sctp_process_inpcb()
448 htons(xinpcb->local_port), numeric_port); in sctp_process_inpcb()
503 struct xsctp_inpcb *xinpcb; in sctp_protopr() local
523 xinpcb = (struct xsctp_inpcb *)(buf + offset); in sctp_protopr()
525 while (xinpcb->last == 0 && offset < len) { in sctp_protopr()
526 sctp_process_inpcb(xinpcb, buf, (const size_t)len, in sctp_protopr()
529 xinpcb = (struct xsctp_inpcb *)(buf + offset); in sctp_protopr()