Home
last modified time | relevance | path

Searched defs:ccv (Results 1 – 25 of 44) sorted by relevance

12

/f-stack/freebsd/netinet/cc/
H A Dcc_newreno.c110 newreno_malloc(struct cc_var *ccv) in newreno_malloc()
126 newreno_cb_destroy(struct cc_var *ccv) in newreno_cb_destroy()
132 newreno_ack_received(struct cc_var *ccv, uint16_t type) in newreno_ack_received()
200 newreno_after_idle(struct cc_var *ccv) in newreno_after_idle()
233 newreno_cong_signal(struct cc_var *ccv, uint32_t type) in newreno_cong_signal()
291 newreno_post_recovery(struct cc_var *ccv) in newreno_post_recovery()
323 newreno_ctl_output(struct cc_var *ccv, struct sockopt *sopt, void *buf) in newreno_ctl_output()
H A Dcc_htcp.c192 htcp_ack_received(struct cc_var *ccv, uint16_t type) in htcp_ack_received()
239 htcp_cb_destroy(struct cc_var *ccv) in htcp_cb_destroy()
245 htcp_cb_init(struct cc_var *ccv) in htcp_cb_init()
271 htcp_cong_signal(struct cc_var *ccv, uint32_t type) in htcp_cong_signal()
353 htcp_post_recovery(struct cc_var *ccv) in htcp_post_recovery()
389 htcp_recalc_alpha(struct cc_var *ccv) in htcp_recalc_alpha()
450 htcp_recalc_beta(struct cc_var *ccv) in htcp_recalc_beta()
476 htcp_record_rtt(struct cc_var *ccv) in htcp_record_rtt()
507 htcp_ssthresh_update(struct cc_var *ccv) in htcp_ssthresh_update()
H A Dcc_cubic.c133 cubic_ack_received(struct cc_var *ccv, uint16_t type) in cubic_ack_received()
237 cubic_after_idle(struct cc_var *ccv) in cubic_after_idle()
251 cubic_cb_destroy(struct cc_var *ccv) in cubic_cb_destroy()
257 cubic_cb_init(struct cc_var *ccv) in cubic_cb_init()
280 cubic_cong_signal(struct cc_var *ccv, uint32_t type) in cubic_cong_signal()
336 cubic_conn_init(struct cc_var *ccv) in cubic_conn_init()
360 cubic_post_recovery(struct cc_var *ccv) in cubic_post_recovery()
410 cubic_record_rtt(struct cc_var *ccv) in cubic_record_rtt()
453 cubic_ssthresh_update(struct cc_var *ccv, uint32_t maxseg) in cubic_ssthresh_update()
H A Dcc_dctcp.c105 dctcp_ack_received(struct cc_var *ccv, uint16_t type) in dctcp_ack_received()
165 dctcp_after_idle(struct cc_var *ccv) in dctcp_after_idle()
186 dctcp_cb_destroy(struct cc_var *ccv) in dctcp_cb_destroy()
192 dctcp_cb_init(struct cc_var *ccv) in dctcp_cb_init()
230 dctcp_cong_signal(struct cc_var *ccv, uint32_t type) in dctcp_cong_signal()
299 dctcp_conn_init(struct cc_var *ccv) in dctcp_conn_init()
313 dctcp_post_recovery(struct cc_var *ccv) in dctcp_post_recovery()
326 dctcp_ecnpkt_handler(struct cc_var *ccv) in dctcp_ecnpkt_handler()
366 dctcp_update_alpha(struct cc_var *ccv) in dctcp_update_alpha()
H A Dcc_chd.c143 chd_window_decrease(struct cc_var *ccv) in chd_window_decrease()
185 chd_window_increase(struct cc_var *ccv, int new_measurement) in chd_window_increase()
235 chd_ack_received(struct cc_var *ccv, uint16_t ack_type) in chd_ack_received()
305 chd_cb_destroy(struct cc_var *ccv) in chd_cb_destroy()
312 chd_cb_init(struct cc_var *ccv) in chd_cb_init()
327 chd_cong_signal(struct cc_var *ccv, uint32_t signal_type) in chd_cong_signal()
382 chd_conn_init(struct cc_var *ccv) in chd_conn_init()
H A Dcc_vegas.c125 vegas_ack_received(struct cc_var *ccv, uint16_t ack_type) in vegas_ack_received()
169 vegas_cb_destroy(struct cc_var *ccv) in vegas_cb_destroy()
175 vegas_cb_init(struct cc_var *ccv) in vegas_cb_init()
195 vegas_cong_signal(struct cc_var *ccv, uint32_t signal_type) in vegas_cong_signal()
228 vegas_conn_init(struct cc_var *ccv) in vegas_conn_init()
H A Dcc_cdg.c290 cdg_cb_init(struct cc_var *ccv) in cdg_cb_init()
320 cdg_conn_init(struct cc_var *ccv) in cdg_conn_init()
332 cdg_cb_destroy(struct cc_var *ccv) in cdg_cb_destroy()
393 cdg_window_decrease(struct cc_var *ccv, unsigned long owin, unsigned int beta) in cdg_window_decrease()
407 cdg_window_increase(struct cc_var *ccv, int new_measurement) in cdg_window_increase()
446 cdg_cong_signal(struct cc_var *ccv, uint32_t signal_type) in cdg_cong_signal()
567 cdg_ack_received(struct cc_var *ccv, uint16_t ack_type) in cdg_ack_received()
H A Dcc_module.h59 #define CCV(ccv, what) (ccv)->ccvc.tcp->what argument
H A Dcc_hd.c132 hd_ack_received(struct cc_var *ccv, uint16_t ack_type) in hd_ack_received()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c186 ngx_stream_compile_complex_value_t ccv; in ngx_stream_map_block() local
390 ngx_stream_compile_complex_value_t ccv; in ngx_stream_map() local
H A Dngx_stream_return_module.c195 ngx_stream_compile_complex_value_t ccv; in ngx_stream_return() local
H A Dngx_stream_split_clients_module.c119 ngx_stream_compile_complex_value_t ccv; in ngx_conf_split_clients_block() local
H A Dngx_stream_script.c109 ngx_stream_compile_complex_value(ngx_stream_compile_complex_value_t *ccv) in ngx_stream_compile_complex_value()
220 ngx_stream_compile_complex_value_t ccv; in ngx_stream_set_complex_value_slot() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c188 ngx_http_compile_complex_value_t ccv; in ngx_http_map_block() local
391 ngx_http_compile_complex_value_t ccv; in ngx_http_map() local
H A Dngx_http_image_filter_module.c1380 ngx_http_compile_complex_value_t ccv; in ngx_http_image_filter() local
1533 ngx_http_compile_complex_value_t ccv; in ngx_http_image_filter_jpeg_quality() local
1580 ngx_http_compile_complex_value_t ccv; in ngx_http_image_filter_webp_quality() local
1627 ngx_http_compile_complex_value_t ccv; in ngx_http_image_filter_sharpen() local
H A Dngx_http_split_clients_module.c121 ngx_http_compile_complex_value_t ccv; in ngx_conf_split_clients_block() local
H A Dngx_http_headers_filter_module.c731 ngx_http_compile_complex_value_t ccv; in ngx_http_headers_expires() local
799 ngx_http_compile_complex_value_t ccv; in ngx_http_headers_add() local
H A Dngx_http_auth_basic_module.c408 ngx_http_compile_complex_value_t ccv; in ngx_http_auth_basic_user_file() local
H A Dngx_http_proxy_module.c3733 ngx_http_compile_complex_value_t ccv; in ngx_http_proxy_redirect() local
3878 ngx_http_compile_complex_value_t ccv; in ngx_http_proxy_cookie_domain() local
3965 ngx_http_compile_complex_value_t ccv; in ngx_http_proxy_cookie_path() local
4143 ngx_http_compile_complex_value_t ccv; in ngx_http_proxy_cache() local
4201 ngx_http_compile_complex_value_t ccv; in ngx_http_proxy_cache_key() local
H A Dngx_http_scgi_module.c1940 ngx_http_compile_complex_value_t ccv; in ngx_http_scgi_cache() local
1998 ngx_http_compile_complex_value_t ccv; in ngx_http_scgi_cache_key() local
H A Dngx_http_xslt_filter_module.c887 ngx_http_compile_complex_value_t ccv; in ngx_http_xslt_stylesheet() local
991 ngx_http_compile_complex_value_t ccv; in ngx_http_xslt_param() local
H A Dngx_http_auth_request_module.c390 ngx_http_compile_complex_value_t ccv; in ngx_http_auth_request_set() local
H A Dngx_http_uwsgi_module.c2235 ngx_http_compile_complex_value_t ccv; in ngx_http_uwsgi_cache() local
2293 ngx_http_compile_complex_value_t ccv; in ngx_http_uwsgi_cache_key() local
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c108 ngx_http_compile_complex_value(ngx_http_compile_complex_value_t *ccv) in ngx_http_compile_complex_value()
218 ngx_http_compile_complex_value_t ccv; in ngx_http_set_complex_value_slot() local
311 ngx_http_compile_complex_value_t ccv; in ngx_http_set_predicate_slot() local
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c457 ngx_http_compile_complex_value_t ccv; in ngx_http_v2_push() local

12