Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c346 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 Dsctp.c530 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 Dsctp_error.c234 bcopy(sctp->sctp_iphc6, p, sctp->sctp_hdr6_len); in sctp_send_abort()
H A Dsctp_impl.h748 uchar_t *sctp_iphc6; /* v6 sctp/ip hdr template buffer */ member
H A Dsctp_cookie.c680 bcopy(sctp->sctp_iphc6, p, sctp->sctp_hdr6_len); in sctp_send_initack()
H A Dsctp_output.c584 hdr = sctp->sctp_iphc6; in sctp_add_proto_hdr()
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c849 sctp->sctp_iphc6, sctp->sctp_iphc_len, in sctp()