Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h572 uint8_t pacing_method; /* If pace_always, what type of pacing */ member
H A Drack.c719 if (rack->r_ctl.pacing_method & RACK_REG_PACING) in rack_remove_pacing()
721 if (rack->r_ctl.pacing_method & RACK_DGP_PACING) in rack_remove_pacing()
724 rack->r_ctl.pacing_method = RACK_PACING_NONE; in rack_remove_pacing()
14555 rack->r_ctl.pacing_method |= RACK_REG_PACING; in rack_init()
22522 rack->r_ctl.pacing_method |= RACK_DGP_PACING; in rack_set_dgp()
22602 rack->r_ctl.pacing_method |= RACK_REG_PACING; in rack_set_profile()
22750 rack->r_ctl.pacing_method |= RACK_REG_PACING; in process_hybrid_pacing()
22755 if (rack->r_ctl.pacing_method & RACK_DGP_PACING) { in process_hybrid_pacing()
22760 rack->r_ctl.pacing_method &= ~RACK_DGP_PACING; in process_hybrid_pacing()
22952 (rack->r_ctl.pacing_method & RACK_DGP_PACING)) { in rack_process_option()
[all …]