Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c50 static ngx_int_t ngx_http_variable_tcpinfo(ngx_http_request_t *r,
354 { ngx_string("tcpinfo_rtt"), NULL, ngx_http_variable_tcpinfo,
357 { ngx_string("tcpinfo_rttvar"), NULL, ngx_http_variable_tcpinfo,
360 { ngx_string("tcpinfo_snd_cwnd"), NULL, ngx_http_variable_tcpinfo,
363 { ngx_string("tcpinfo_rcv_space"), NULL, ngx_http_variable_tcpinfo,
1112 ngx_http_variable_tcpinfo(ngx_http_request_t *r, ngx_http_variable_value_t *v, in ngx_http_variable_tcpinfo() function