Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h186 #define TP_KEEPCNT(tp) ((tp)->t_keepcnt ? (tp)->t_keepcnt : tcp_keepcnt)
194 extern int tcp_keepcnt; /* number of keepalives */
/f-stack/freebsd/netinet/
H A Dtcp_timer.h186 #define TP_KEEPCNT(tp) ((tp)->t_keepcnt ? (tp)->t_keepcnt : tcp_keepcnt)
194 extern int tcp_keepcnt; /* number of keepalives */
H A Dtcp_timer.c160 int tcp_keepcnt = TCPTV_KEEPCNT; variable
161 SYSCTL_INT(_net_inet_tcp, OID_AUTO, keepcnt, CTLFLAG_RW, &tcp_keepcnt, 0,
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_core_module.c532 ls->tcp_keepcnt = ngx_atoi(s.data, s.len); in ngx_mail_core_listen()
533 if (ls->tcp_keepcnt == NGX_ERROR) { in ngx_mail_core_listen()
539 && ls->tcp_keepcnt == 0) in ngx_mail_core_listen()
H A Dngx_mail.h47 int tcp_keepcnt; member
H A Dngx_mail.c343 ls->keepcnt = addr[i].opt.tcp_keepcnt; in ngx_mail_optimize_servers()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_core_module.c815 ls->tcp_keepcnt = ngx_atoi(s.data, s.len); in ngx_stream_core_listen()
816 if (ls->tcp_keepcnt == NGX_ERROR) { in ngx_stream_core_listen()
822 && ls->tcp_keepcnt == 0) in ngx_stream_core_listen()
H A Dngx_stream.h63 int tcp_keepcnt; member
H A Dngx_stream.c506 ls->keepcnt = addr[i].opt.tcp_keepcnt; in ngx_stream_optimize_servers()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h98 int tcp_keepcnt; member
H A Dngx_http_core_module.c4077 lsopt.tcp_keepcnt = ngx_atoi(s.data, s.len); in ngx_http_core_listen()
4078 if (lsopt.tcp_keepcnt == NGX_ERROR) { in ngx_http_core_listen()
4084 && lsopt.tcp_keepcnt == 0) in ngx_http_core_listen()
H A Dngx_http.c1746 ls->keepcnt = addr->opt.tcp_keepcnt; in ngx_http_add_listening()