Home
last modified time | relevance | path

Searched refs:if_hw_tsomaxsegsize (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net/
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()
945 ifp->if_hw_tsomaxsegsize == 0) { in if_attach_internal()
955 ifp->if_hw_tsomaxsegsize = 2048; /* 2K */ in if_attach_internal()
962 ifp->if_hw_tsomaxsegsize); in if_attach_internal()
4471 if_sethwtsomaxsegsize(if_t ifp, u_int if_hw_tsomaxsegsize) in if_sethwtsomaxsegsize() argument
4474 ((struct ifnet *)ifp)->if_hw_tsomaxsegsize = if_hw_tsomaxsegsize; in if_sethwtsomaxsegsize()
[all …]
H A Dif_var.h416 u_int if_hw_tsomaxsegsize; /* TSO maximum segment size in bytes */ member
728 int if_sethwtsomaxsegsize(if_t ifp, u_int if_hw_tsomaxsegsize);
H A Dif_vxlan.c3132 ifp->if_hw_tsomaxsegsize = p->if_hw_tsomaxsegsize; in vxlan_set_hwcaps()
/f-stack/freebsd/netinet/
H A Dtcp_output.c202 u_int if_hw_tsomaxsegsize = 0; in tcp_output() local
908 if_hw_tsomaxsegsize = tp->t_tsomaxsegsize; in tcp_output()
1080 if_hw_tsomaxsegsize, msb, hw_tls); in tcp_output()
H A Dtcp_subr.c2965 cap->tsomaxsegsize = ifp->if_hw_tsomaxsegsize; in tcp_maxmtu()
3004 cap->tsomaxsegsize = ifp->if_hw_tsomaxsegsize; in tcp_maxmtu6()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11887 uint32_t if_hw_tsomaxsegsize; in rack_output() local
13132 if_hw_tsomaxsegsize = tp->t_tsomaxsegsize; in rack_output()
13287 if_hw_tsomaxsegcount, if_hw_tsomaxsegsize, msb, in rack_output()
H A Dbbr.c11967 uint32_t if_hw_tsomaxsegsize = 0; in bbr_output_wtime() local
13118 if_hw_tsomaxsegsize = tp->t_tsomaxsegsize; in bbr_output_wtime()
13326 if_hw_tsomaxsegsize, msb, in bbr_output_wtime()