Searched refs:sctp_iphc6 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/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() 992 if (sctp->sctp_iphc6 != NULL) in sctp_build_hdrs() 993 kmem_free(sctp->sctp_iphc6, sctp->sctp_iphc6_len); in sctp_build_hdrs() 994 sctp->sctp_iphc6 = hdrs; in sctp_build_hdrs() 997 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() 2032 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()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 851 sctp->sctp_iphc6, sctp->sctp_iphc_len, in sctp()
|