Searched refs:tcp_keepalive_timeout (Results 1 – 6 of 6) sorted by relevance
123 int tcp_keepalive_timeout; member
123 cfg->tcp_keepalive_timeout = 120 * 1000; /* 120s in millisecs */ in config_create()609 else S_NUMBER_NONZERO("edns-tcp-keepalive-timeout:", tcp_keepalive_timeout) in config_set_option()1160 else O_DEC(opt, "edns-tcp-keepalive-timeout", tcp_keepalive_timeout) in config_get_option()
1032 cfg_parser->cfg->tcp_keepalive_timeout = 6553500;1034 cfg_parser->cfg->tcp_keepalive_timeout = 0;1035 else cfg_parser->cfg->tcp_keepalive_timeout = atoi($2);
3897 cfg_parser->cfg->tcp_keepalive_timeout = 6553500; in yyparse()3899 cfg_parser->cfg->tcp_keepalive_timeout = 0; in yyparse()3900 else cfg_parser->cfg->tcp_keepalive_timeout = atoi((yyvsp[0].str)); in yyparse()
2254 ? cfg->tcp_keepalive_timeout in worker_init()
4925 FR_CHECK_CHANGED_CFG("edns-tcp-keepalive-timeout", tcp_keepalive_timeout, changed_str); in fr_check_compat_cfg()5856 COPY_VAR_int(tcp_keepalive_timeout); in fr_atomic_copy_cfg()