Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h216 int64_t smh_ttl; /* Time to Live */ member
345 (((!SCTP_CHUNK_ISSENT((meta)->b_cont) && (mhdr)->smh_ttl > 0) || \
347 ((ddi_get_lbolt64() - (mhdr)->smh_tob) > (mhdr)->smh_ttl))
H A Dsctp_notify.c190 sfp->ssf_info.sinfo_timetolive = TICK_TO_MSEC(smh->smh_ttl); in sctp_sendfail()
H A Dsctp_output.c258 sctp_msg_hdr->smh_ttl = MSEC_TO_TICK(timetolive); in sctp_sendmsg()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c228 mdb_printf("\tttl\t%?ld\ttob\t%?ld\n", smh.smh_ttl, smh.smh_tob); in dump_msghdr()