Home
last modified time | relevance | path

Searched refs:SET_HB_INTVL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c462 fp->sf_hb_expiry = now + SET_HB_INTVL(fp); in sctp_heartbeat_timer()
531 SET_HB_INTVL(fp); in sctp_heartbeat_timer()
543 SET_HB_INTVL(fp); in sctp_heartbeat_timer()
H A Dsctp_heartbeat.c339 fp->sf_hb_expiry = now + SET_HB_INTVL(fp); in sctp_process_heartbeat()
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_impl.h594 #define SET_HB_INTVL(fp) \ macro
H A Dsctp_common.c637 fp->sf_hb_expiry = now + SET_HB_INTVL(fp); in sctp_faddr_alive()