Searched refs:sctp_iphc6 (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_common.c | 346 bcopy(sctp->sctp_iphc6, mp->b_rptr, ipsctplen); in sctp_make_mp() 990 if (sctp->sctp_iphc6 != NULL) in sctp_build_hdrs() 991 kmem_free(sctp->sctp_iphc6, sctp->sctp_iphc6_len); in sctp_build_hdrs() 992 sctp->sctp_iphc6 = hdrs; in sctp_build_hdrs() 995 hdrs = sctp->sctp_iphc6; in sctp_build_hdrs()
|
H A D | sctp.c | 530 if (sctp->sctp_iphc6 != NULL) { in sctp_headers_free() 531 kmem_free(sctp->sctp_iphc6, sctp->sctp_iphc6_len); in sctp_headers_free() 532 sctp->sctp_iphc6 = NULL; in sctp_headers_free() 2031 ASSERT(sctp->sctp_iphc6 == NULL); in sctp_conn_cache_destructor()
|
H A D | sctp_error.c | 234 bcopy(sctp->sctp_iphc6, p, sctp->sctp_hdr6_len); in sctp_send_abort()
|
H A D | sctp_impl.h | 748 uchar_t *sctp_iphc6; /* v6 sctp/ip hdr template buffer */ member
|
H A D | sctp_cookie.c | 680 bcopy(sctp->sctp_iphc6, p, sctp->sctp_hdr6_len); in sctp_send_initack()
|
H A D | sctp_output.c | 584 hdr = sctp->sctp_iphc6; in sctp_add_proto_hdr()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 849 sctp->sctp_iphc6, sctp->sctp_iphc_len, in sctp()
|