Searched refs:initmp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c130 * info in initmp to send the abort. Otherwise, no abort will be sent.
469 mblk_t *initmp, ip_recv_attr_t *ira)
505 isv4 = (IPH_HDR_VERSION(initmp->b_rptr) == IPV4_VERSION);
509 initiph = (ipha_t *)initmp->b_rptr;
513 initip6h = (ip6_t *)initmp->b_rptr;
526 if (validate_init_params(sctp, ch, init, initmp, NULL, &errmp,
610 SCTP_ERR_NO_RESOURCES, NULL, 0, initmp, 0, B_FALSE, ira);
646 SCTP_ERR_UNKNOWN, NULL, 0, initmp, 0,
661 SCTP_ERR_NO_RESOURCES, NULL, 0, initmp, 0, B_FALSE, ira);
857 SCTP_ERR_AUTH_ERR, NULL, 0, initmp,
468 sctp_send_initack(sctp_t *sctp, sctp_hdr_t *initsh, sctp_chunk_hdr_t *ch, mblk_t *initmp, ip_recv_attr_t *ira) argument
[all...]
H A Dsctp_conn.c356 mblk_t *initmp; local
598 initmp = sctp_init_mp(sctp, cur_fp);
599 if (initmp == NULL) {
644 (void) conn_ip_output(initmp, ixa);

Completed in 62 milliseconds