Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h359 u_int t_tsomaxsegcount; /* TSO maximum segment count */ member
H A Dtcp_output.c912 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in tcp_default_output()
H A Dtcp_input.c4016 tp->t_tsomaxsegcount = cap.tsomaxsegcount; in tcp_mss()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18572 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in rack_fast_rsm_output()
19149 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in rack_fast_output()
21351 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in rack_output()
H A Dbbr.c12968 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in bbr_output_wtime()