Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h360 u_int t_tsomaxsegsize; /* TSO maximum segment size in bytes */ member
H A Dtcp_output.c913 if_hw_tsomaxsegsize = tp->t_tsomaxsegsize; in tcp_default_output()
H A Dtcp_input.c3981 tp->t_tsomaxsegsize = cap.tsomaxsegsize; in tcp_mss()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c19467 if_hw_tsomaxsegsize = tp->t_tsomaxsegsize; in rack_fast_rsm_output()
20048 if_hw_tsomaxsegsize = tp->t_tsomaxsegsize; in rack_fast_output()
22353 if_hw_tsomaxsegsize = tp->t_tsomaxsegsize; in rack_output()
H A Dbbr.c12955 if_hw_tsomaxsegsize = tp->t_tsomaxsegsize; in bbr_output_wtime()