Home
last modified time | relevance | path

Searched refs:maxseg (Results 1 – 5 of 5) sorted by path

/freebsd/sys/kern/
H A Duipc_mbuf.c1855 m_uiotombuf_nomap(struct uio *uio, int how, int len, int maxseg, int flags) in m_uiotombuf_nomap() argument
1875 if (maxseg == 0) in m_uiotombuf_nomap()
1876 maxseg = MBUF_PEXT_MAX_PGS * PAGE_SIZE; in m_uiotombuf_nomap()
1906 needed = length = MIN(maxseg, total); in m_uiotombuf_nomap()
/freebsd/sys/netinet/cc/
H A Dcc_cubic.c84 static void cubic_ssthresh_update(struct cc_var *ccv, uint32_t maxseg);
633 cubic_ssthresh_update(struct cc_var *ccv, uint32_t maxseg) in cubic_ssthresh_update() argument
663 CCV(ccv, snd_ssthresh) = max(ssthresh, 2 * maxseg); in cubic_ssthresh_update()
/freebsd/sys/netinet/
H A Dtcp_input.c358 u_int maxseg; in cc_conn_init() local
1539 u_int maxseg = 0; in tcp_do_segment() local
2707 maxseg; in tcp_do_segment()
2734 maxseg * in tcp_do_segment()
2765 maxseg; in tcp_do_segment()
2846 &maxseg); in tcp_do_segment()
2861 &maxseg); in tcp_do_segment()
4036 u_int maxseg; in tcp_do_prr_ack() local
4043 maxseg = *maxsegp; in tcp_do_prr_ack()
4094 maxseg; in tcp_do_prr_ack()
[all …]
H A Dtcp_sack.c566 int maxseg = tp->t_maxseg - MAX_TCPOPTLEN; in tcp_sack_doack() local
614 ((sack.end - sack.start) >= maxseg || in tcp_sack_doack()
951 u_int maxseg; in tcp_sack_partialack() local
958 maxseg = *maxsegp; in tcp_sack_partialack()
962 if ((BYTES_THIS_ACK(tp, th) / maxseg) >= 2) in tcp_sack_partialack()
968 tp->sackhint.lost_bytes, maxseg) + in tcp_sack_partialack()
969 num_segs * maxseg; in tcp_sack_partialack()
973 num_segs * maxseg); in tcp_sack_partialack()
1011 highdata - maxseg), highdata, NULL)) != NULL) { in tcp_sack_partialack()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3549 num_segs = (len + maxseg - 1) / maxseg; in bbr_get_pacing_delay()
3675 cwnd = maxseg; in bbr_ack_received()
3677 cwnd = maxseg; in bbr_ack_received()
4553 uint32_t maxseg; in bbr_timeout_tlp() local
4591 amm = maxseg; in bbr_timeout_tlp()
5808 new_tso = (PACE_MAX_IP_BYTES / maxseg) * maxseg; in tcp_bbr_tso_size_check()
7999 uint32_t maxseg; in bbr_collapsed_window() local
12177 len = maxseg; in bbr_output_wtime()
12202 len = maxseg; in bbr_output_wtime()
12988 len = maxseg; in bbr_output_wtime()
[all …]