Searched refs:sctp_make_mp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_heartbeat.c88 smp = sctp_make_mp(sctp, fp, len);
137 hbmp = sctp_make_mp(sctp, fp, hblen);
H A Dsctp_shutdown.c110 sendmp = sctp_make_mp(sctp, fp,
198 scmp = sctp_make_mp(sctp, sctp->sctp_current, sizeof (*scch));
380 samp = sctp_make_mp(sctp, fp, sizeof (*sach));
H A Dsctp_error.c116 mp = sctp_make_mp(sctp, fp, 0);
545 if ((sendmp = sctp_make_mp(sctp, fp, 0)) == NULL) {
585 if ((sendmp = sctp_make_mp(sctp, fp, 0)) == NULL) {
H A Dsctp_init.c178 mp = sctp_make_mp(sctp, fp, initlen);
183 /* sctp_make_mp could have discovered we have no usable sources */
H A Dsctp_asconf.c417 hmp = sctp_make_mp(sctp, fp, sizeof (*ach) + sizeof (*idp));
940 ipmp = sctp_make_mp(sctp, fp, 0);
H A Dsctp_impl.h1087 extern mblk_t *sctp_make_mp(sctp_t *, sctp_faddr_t *, int);
H A Dsctp_cookie.c886 camp = sctp_make_mp(sctp, sctp->sctp_current, sizeof (*cach));
H A Dsctp_common.c101 * Tell sctp_make_mp it needs to call us again should we not
284 sctp_make_mp(sctp_t *sctp, sctp_faddr_t *fp, int trailer) function
322 ip1dbg(("sctp_make_mp: error making mp..\n"));
H A Dsctp_input.c1873 if ((smp = sctp_make_mp(sctp, fp, 0)) == NULL) {
1889 smp = sctp_make_mp(sctp, sendto, slen);

Completed in 124 milliseconds