Searched refs:tcp_fixed_maxseg (Results 1 – 5 of 5) sorted by relevance
461 mss = tcp_fixed_maxseg(ccv->ccvc.tcp); in newreno_cc_cong_signal()
374 mss = tcp_fixed_maxseg(ccv->ccvc.tcp); in newreno_cong_signal()
923 return (tcp_fixed_maxseg(tp)); in ctf_fixed_maxseg()
1472 u_int tcp_fixed_maxseg(const struct tcpcb *);
3582 tcp_fixed_maxseg(const struct tcpcb *tp) in tcp_fixed_maxseg() function