Home
last modified time | relevance | path

Searched defs:maxseg (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_input.c365 u_int maxseg; in cc_conn_init() local
1527 u_int maxseg = 0; in tcp_do_segment() local
4030 u_int maxseg; in tcp_do_prr_ack() local
4118 u_int maxseg = tcp_maxseg(tp); in tcp_newreno_partial_ack() local
4167 tcp_compute_initwnd(uint32_t maxseg) in tcp_compute_initwnd()
H A Dtcp_sack.c583 int maxseg = tp->t_maxseg - MAX_TCPOPTLEN; in tcp_sack_doack() local
975 u_int maxseg; in tcp_sack_partialack() local
/freebsd/sys/netinet/cc/
H A Dcc_cubic.c621 cubic_get_ssthresh(struct cc_var *ccv, uint32_t maxseg) in cubic_get_ssthresh()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c1956 bbr_log_msgsize_fail(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t len, uint32_t maxseg, uint32_t… in bbr_log_msgsize_fail()
2563 …_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()
3526 uint32_t seg_oh, num_segs, maxseg; in bbr_get_pacing_delay() local
3580 uint32_t cwnd, target_cwnd, saved_bytes, maxseg; in bbr_ack_received() local
3786 uint32_t maxseg, newcwnd, acks_inflight, ratio, cwnd; in bbr_post_recovery() local
4144 uint32_t thresh, len, maxseg, t_rxtcur; in bbr_calc_thresh_tlp() local
4536 uint32_t maxseg; in bbr_timeout_tlp() local
5554 uint32_t cur_delay, seg_sz, maxseg, new_tso, delta, hdwr_delay; in bbr_adjust_for_hw_pacing() local
5672 uint32_t maxseg, bytes; in tcp_bbr_tso_size_check() local
7287 uint32_t p_maxseg, maxseg, p_acked = 0; in bbr_log_ack() local
[all …]
/freebsd/sys/kern/
H A Duipc_mbuf.c1860 m_uiotombuf_nomap(struct uio *uio, int how, int len, int maxseg, int flags) in m_uiotombuf_nomap()