Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c425 int32_t ka_intrvl; in tcp_keepalive_timer() local
434 ka_intrvl = tcp->tcp_ka_interval; in tcp_keepalive_timer()
446 ka_intrvl); in tcp_keepalive_timer()
457 idletime > (ka_intrvl + tcp->tcp_ka_abort_thres)) { in tcp_keepalive_timer()
465 idletime >= ka_intrvl) { in tcp_keepalive_timer()
491 firetime = MIN(ka_intrvl - 1, in tcp_keepalive_timer()
509 if ((firetime = ka_intrvl - idletime) < 0) { in tcp_keepalive_timer()
510 firetime = ka_intrvl; in tcp_keepalive_timer()