Symbol: tcp_fixed_maxseg
sys/netinet/cc/cc.c
395
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc.c
438
rw = tcp_compute_initwnd(tcp_fixed_maxseg(ccv->tp));
sys/netinet/cc/cc.c
473
mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc.c
513
u_int incr = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc.c
553
u_int mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_cdg.c
419
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_chd.c
150
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_chd.c
194
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_chd.c
384
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_cubic.c
171
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_cubic.c
241
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_cubic.c
350
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_cubic.c
424
mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_cubic.c
535
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_dctcp.c
111
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_dctcp.c
249
mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_htcp.c
196
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_htcp.c
288
mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_htcp.c
368
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_newreno.c
218
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_newreno.c
372
mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_vegas.c
132
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/cc/cc_vegas.c
210
uint32_t mss = tcp_fixed_maxseg(ccv->tp);
sys/netinet/tcp_stacks/rack_bbr_common.c
876
return (tcp_fixed_maxseg(tp));
sys/netinet/tcp_stacks/sack_filter.c
582
segmax = tcp_fixed_maxseg(tp);
sys/netinet/tcp_var.h
1481
u_int tcp_fixed_maxseg(const struct tcpcb *);