Home
last modified time | relevance | path

Searched refs:sf_hb_expiry (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_heartbeat.c226 fp->sf_hb_expiry = now + fp->sf_rto; in sctp_validate_peer()
235 fp->sf_hb_expiry = now + in sctp_validate_peer()
241 fp->sf_hb_expiry < earliest_expiry)) { in sctp_validate_peer()
242 earliest_expiry = fp->sf_hb_expiry; in sctp_validate_peer()
339 fp->sf_hb_expiry = now + SET_HB_INTVL(fp); in sctp_process_heartbeat()
H A Dsctp_timer.c462 fp->sf_hb_expiry = now + SET_HB_INTVL(fp); in sctp_heartbeat_timer()
466 fp->sf_hb_expiry = now; in sctp_heartbeat_timer()
489 if (now >= fp->sf_hb_expiry) { in sctp_heartbeat_timer()
524 fp->sf_hb_expiry = now + in sctp_heartbeat_timer()
530 fp->sf_hb_expiry = now + in sctp_heartbeat_timer()
542 fp->sf_hb_expiry = now + in sctp_heartbeat_timer()
546 fp->sf_hb_expiry = now + fp->sf_rto; in sctp_heartbeat_timer()
564 if (fp->sf_hb_expiry < earliest_expiry || earliest_expiry == 0) in sctp_heartbeat_timer()
565 earliest_expiry = fp->sf_hb_expiry; in sctp_heartbeat_timer()
H A Dsctp_opt_data.c504 fp->sf_hb_expiry = now + SET_HB_INTVL(fp); in sctp_set_peer_addr_params()
526 fp2->sf_hb_expiry = now + SET_HB_INTVL(fp2); in sctp_set_peer_addr_params()
H A Dsctp_common.c637 fp->sf_hb_expiry = now + SET_HB_INTVL(fp); in sctp_faddr_alive()
1816 fp->sf_lastactive = fp->sf_hb_expiry = ddi_get_lbolt64(); in sctp_init_faddr()
H A Dsctp_impl.h550 int64_t sf_hb_expiry; /* time to retransmit heartbeat */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c157 mdb_printf("hb_expiry\t%?ld\thb_interval\t%?u\n", fa->sf_hb_expiry, in sctp_faddr()