Searched defs:maxseg (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 368 u_int maxseg; in cc_conn_init() local 1535 u_int maxseg = 0; in tcp_do_segment() local 4077 u_int maxseg; in tcp_do_prr_ack() local 4165 u_int maxseg = tcp_maxseg(tp); in tcp_newreno_partial_ack() local 4214 tcp_compute_initwnd(uint32_t maxseg) in tcp_compute_initwnd()
|
H A D | tcp_sack.c | 566 int maxseg = tp->t_maxseg - MAX_TCPOPTLEN; in tcp_sack_doack() local 958 u_int maxseg; in tcp_sack_partialack() local
|
/freebsd/sys/netinet/cc/ |
H A D | cc_cubic.c | 609 cubic_ssthresh_update(struct cc_var *ccv, uint32_t maxseg) in cubic_ssthresh_update()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 1960 bbr_log_msgsize_fail(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t len, uint32_t maxseg, uint32_t… in bbr_log_msgsize_fail() 2570 …_bbr *bbr, uint32_t cts, uint32_t tsosz, uint32_t tls, uint32_t old_val, uint32_t maxseg, int hdwr) in bbr_log_type_tsosize() 3533 uint32_t seg_oh, num_segs, maxseg; in bbr_get_pacing_delay() local 3587 uint32_t cwnd, target_cwnd, saved_bytes, maxseg; in bbr_ack_received() local 3793 uint32_t maxseg, newcwnd, acks_inflight, ratio, cwnd; in bbr_post_recovery() local 4151 uint32_t thresh, len, maxseg, t_rxtcur; in bbr_calc_thresh_tlp() local 4543 uint32_t maxseg; in bbr_timeout_tlp() local 5561 uint32_t cur_delay, seg_sz, maxseg, new_tso, delta, hdwr_delay; in bbr_adjust_for_hw_pacing() local 5679 uint32_t maxseg, bytes; in tcp_bbr_tso_size_check() local 7294 uint32_t p_maxseg, maxseg, p_acked = 0; in bbr_log_ack() local [all …]
|
/freebsd/sys/kern/ |
H A D | uipc_mbuf.c | 1860 m_uiotombuf_nomap(struct uio *uio, int how, int len, int maxseg, int flags) in m_uiotombuf_nomap()
|