Home
last modified time | relevance | path

Searched refs:sctp_iphc_len (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c946 if (hdrs_len != sctp->sctp_iphc_len) { in sctp_build_hdrs()
953 kmem_free(sctp->sctp_iphc, sctp->sctp_iphc_len); in sctp_build_hdrs()
955 sctp->sctp_iphc_len = hdrs_len; in sctp_build_hdrs()
959 sctp->sctp_hdr_len = sctp->sctp_iphc_len; in sctp_build_hdrs()
H A Dsctp.c521 kmem_free(sctp->sctp_iphc, sctp->sctp_iphc_len); in sctp_headers_free()
526 sctp->sctp_iphc_len = 0; in sctp_headers_free()
H A Dsctp_impl.h750 int32_t sctp_iphc_len; /* actual allocated v4 buffer size */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c851 sctp->sctp_iphc6, sctp->sctp_iphc_len, in sctp()