Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_ratelimit.c1256 tp->t_pacing_rate = rte->rate; in tcp_set_pacing_rate()
1370 tp->t_pacing_rate = nrte->rate; in tcp_chg_pacing_rate()
1383 tp->t_pacing_rate = -1; in tcp_rel_pacing_rate()
H A Dtcp_var.h250 int64_t t_pacing_rate; /* bytes / sec, -1 => unlimited */ member
H A Dtcp_subr.c1801 tp->t_pacing_rate = -1; in tcp_newtcpcb()
/f-stack/freebsd/kern/
H A Duipc_ktls.c855 if (tp->t_pacing_rate != -1 && in ktls_alloc_snd_tag()
860 params.tls_rate_limit.max_rate = tp->t_pacing_rate; in ktls_alloc_snd_tag()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h250 int64_t t_pacing_rate; /* bytes / sec, -1 => unlimited */ member