Searched defs:maxseg (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 388 u_int maxseg; in cc_conn_init() local 2512 u_int maxseg; in tcp_do_segment() local 3925 int maxseg = tcp_maxseg(tp); in tcp_prr_partialack() local 3985 u_int maxseg = tcp_maxseg(tp); in tcp_newreno_partial_ack() local 4022 tcp_compute_initwnd(uint32_t maxseg) in tcp_compute_initwnd()
|
| H A D | tcp_sack.c | 790 u_int maxseg = tcp_maxseg(tp); in tcp_sack_partialack() local
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_cubic.c | 453 cubic_ssthresh_update(struct cc_var *ccv, uint32_t maxseg) in cubic_ssthresh_update()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 3560 uint32_t seg_oh, num_segs, maxseg; in bbr_get_pacing_delay() local 3615 uint32_t cwnd, target_cwnd, saved_bytes, maxseg; in bbr_ack_received() local 3819 uint32_t maxseg, newcwnd, acks_inflight, ratio, cwnd; in bbr_post_recovery() local 4174 uint32_t thresh, len, maxseg, t_rxtcur; in bbr_calc_thresh_tlp() local 4565 uint32_t maxseg; in bbr_timeout_tlp() local 5720 uint32_t maxseg, bytes; in tcp_bbr_tso_size_check() local 7059 uint32_t start, end, maxseg, changed = 0; in bbr_proc_sack_blk() local 7400 uint32_t p_maxseg, maxseg, p_acked = 0; in bbr_log_ack() local 8091 uint32_t maxseg; in bbr_collapsed_window() local 11998 uint32_t maxseg, pace_max_segs, p_maxseg; in bbr_output_wtime() local [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf.c | 1654 m_uiotombuf_nomap(struct uio *uio, int how, int len, int maxseg, int flags) in m_uiotombuf_nomap()
|