Searched refs:sctp_iphc (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_common.c | 333 bcopy(sctp->sctp_iphc, mp->b_rptr, ipsctplen); in sctp_make_mp() 950 if (sctp->sctp_iphc != NULL) in sctp_build_hdrs() 951 kmem_free(sctp->sctp_iphc, sctp->sctp_iphc_len); in sctp_build_hdrs() 952 sctp->sctp_iphc = hdrs; in sctp_build_hdrs() 955 hdrs = sctp->sctp_iphc; in sctp_build_hdrs()
|
H A D | sctp.c | 520 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() 2030 ASSERT(sctp->sctp_iphc == NULL); in sctp_conn_cache_destructor()
|
H A D | sctp_error.c | 215 bcopy(sctp->sctp_iphc, p, sctp->sctp_hdr_len); in sctp_send_abort()
|
H A D | sctp_impl.h | 747 uchar_t *sctp_iphc; /* v4 sctp/ip hdr template buffer */ member
|
H A D | sctp_cookie.c | 670 bcopy(sctp->sctp_iphc, p, sctp->sctp_hdr_len); in sctp_send_initack()
|
H A D | sctp_output.c | 581 hdr = sctp->sctp_iphc; in sctp_add_proto_hdr()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 848 "lvtag\t\t%?x\tfvtag\t\t%?x\n", sctp->sctp_iphc, in sctp()
|