Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c986 if (hdrs_len != sctp->sctp_iphc6_len) { in sctp_build_hdrs()
993 kmem_free(sctp->sctp_iphc6, sctp->sctp_iphc6_len); in sctp_build_hdrs()
995 sctp->sctp_iphc6_len = hdrs_len; in sctp_build_hdrs()
999 sctp->sctp_hdr6_len = sctp->sctp_iphc6_len; in sctp_build_hdrs()
H A Dsctp.c531 kmem_free(sctp->sctp_iphc6, sctp->sctp_iphc6_len); in sctp_headers_free()
536 sctp->sctp_iphc6_len = 0; in sctp_headers_free()
H A Dsctp_impl.h751 int32_t sctp_iphc6_len; /* actual allocated v6 buffer size */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c852 sctp->sctp_iphc6_len, sctp->sctp_hdr_len, in sctp()