Home
last modified time | relevance | path

Searched refs:smh_tob (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h217 int64_t smh_tob; /* Time of Birth */ member
347 ((ddi_get_lbolt64() - (mhdr)->smh_tob) > (mhdr)->smh_ttl))
H A Dsctp_output.c259 sctp_msg_hdr->smh_tob = ddi_get_lbolt64(); 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()