Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_var.h139 u_int tsomaxsegsize; /* TSO maximum segment size in bytes */ member
H A Dif.c827 if (pmax->tsomaxsegsize == 0 || (ifp->if_hw_tsomaxsegsize != 0 && in if_hw_tsomax_common()
828 ifp->if_hw_tsomaxsegsize < pmax->tsomaxsegsize)) { in if_hw_tsomax_common()
829 pmax->tsomaxsegsize = ifp->if_hw_tsomaxsegsize; in if_hw_tsomax_common()
846 if (ifp->if_hw_tsomaxsegsize != pmax->tsomaxsegsize) { in if_hw_tsomax_update()
847 ifp->if_hw_tsomaxsegsize = pmax->tsomaxsegsize; in if_hw_tsomax_update()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h496 u_int tsomaxsegsize; member
/f-stack/freebsd/netinet/
H A Dtcp_var.h496 u_int tsomaxsegsize; member
H A Dtcp_subr.c2965 cap->tsomaxsegsize = ifp->if_hw_tsomaxsegsize; in tcp_maxmtu()
3004 cap->tsomaxsegsize = ifp->if_hw_tsomaxsegsize; in tcp_maxmtu6()
H A Dtcp_input.c3875 tp->t_tsomaxsegsize = cap.tsomaxsegsize; in tcp_mss()