Home
last modified time | relevance | path

Searched refs:sctp_iphc (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c333 bcopy(sctp->sctp_iphc, mp->b_rptr, ipsctplen); in sctp_make_mp()
952 if (sctp->sctp_iphc != NULL) in sctp_build_hdrs()
953 kmem_free(sctp->sctp_iphc, sctp->sctp_iphc_len); in sctp_build_hdrs()
954 sctp->sctp_iphc = hdrs; in sctp_build_hdrs()
957 hdrs = sctp->sctp_iphc; in sctp_build_hdrs()
H A Dsctp.c520 if (sctp->sctp_iphc != NULL) { in sctp_headers_free()
521 kmem_free(sctp->sctp_iphc, sctp->sctp_iphc_len); in sctp_headers_free()
522 sctp->sctp_iphc = NULL; in sctp_headers_free()
2031 ASSERT(sctp->sctp_iphc == NULL); in sctp_conn_cache_destructor()
H A Dsctp_error.c215 bcopy(sctp->sctp_iphc, p, sctp->sctp_hdr_len); in sctp_send_abort()
H A Dsctp_impl.h747 uchar_t *sctp_iphc; /* v4 sctp/ip hdr template buffer */ member
H A Dsctp_cookie.c670 bcopy(sctp->sctp_iphc, p, sctp->sctp_hdr_len); in sctp_send_initack()
H A Dsctp_output.c581 hdr = sctp->sctp_iphc; in sctp_add_proto_hdr()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c850 "lvtag\t\t%?x\tfvtag\t\t%?x\n", sctp->sctp_iphc, in sctp()