Lines Matching defs:xinpcb
391 struct xsctp_inpcb *xinpcb;
422 xinpcb = (struct xsctp_inpcb *)(void *)buf;
424 while ((offset < len) && (xinpcb->last == 0)) {
427 sock->socket = xinpcb->socket;
430 if (xinpcb->maxqlen == 0)
434 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) {
465 htons(xinpcb->local_port));
473 htons(xinpcb->local_port));
515 ((xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE) ||
528 sock->socket = xinpcb->socket;
532 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) {
648 xinpcb = (struct xsctp_inpcb *)(void *)(buf + offset);
658 struct xinpcb *xip;
732 xip = (struct xinpcb *)xig;
733 if (!check_ksize(xip->xi_len, struct xinpcb))