Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c1937 uint8_t reason, uint32_t p_maxseg, int len) in bbr_log_type_just_return() argument
1943 log.u_bbr.flex1 = p_maxseg; in bbr_log_type_just_return()
1949 log.u_bbr.flex7 = p_maxseg; in bbr_log_type_just_return()
7400 uint32_t p_maxseg, maxseg, p_acked = 0; in bbr_log_ack() local
11998 uint32_t maxseg, pace_max_segs, p_maxseg; in bbr_output_wtime() local
12037 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()
12470 if ((len < p_maxseg) && in bbr_output_wtime()
12472 (ctf_outstanding(tp) >= (2 * p_maxseg)) && in bbr_output_wtime()
12473 ((avail - sb_offset) >= p_maxseg)) { in bbr_output_wtime()
12764 if (len >= p_maxseg) in bbr_output_wtime()
[all …]