Searched refs:sctp_add_proto_hdr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c568 sctp_add_proto_hdr(sctp_t *sctp, sctp_faddr_t *fp, mblk_t *mp, int sacklen, function
968 if ((head = sctp_add_proto_hdr(sctp, fp, mp, 0, NULL)) == NULL) {
1103 head = sctp_add_proto_hdr(sctp, fp, nmp, sacklen,
1150 head = sctp_add_proto_hdr(sctp, fp, nmp, 0, &error);
1527 head = sctp_add_proto_hdr(sctp, fp, *nmp, sacklen, NULL);
1923 head = sctp_add_proto_hdr(sctp, fp, nmp, sacklen, NULL);
2106 head = sctp_add_proto_hdr(sctp, fp, nmp, 0, NULL);
H A Dsctp_impl.h984 extern mblk_t *sctp_add_proto_hdr(sctp_t *, sctp_faddr_t *, mblk_t *, int,
H A Dsctp_cookie.c1167 head = sctp_add_proto_hdr(sctp, fp, cemp, 0, NULL);
H A Dsctp_input.c1993 head = sctp_add_proto_hdr(sctp, fp, nmp, 0, NULL);

Completed in 81 milliseconds