Searched refs:if_hw_tsomax (Results 1 – 8 of 8) sorted by relevance
165 u_int if_hw_tsomax; /* TSO maximum size in bytes */ member
785 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 && in if_hw_tsomax_common()786 ifp->if_hw_tsomax < pmax->tsomaxbytes)) { in if_hw_tsomax_common()787 pmax->tsomaxbytes = ifp->if_hw_tsomax; in if_hw_tsomax_common()808 if (ifp->if_hw_tsomax != pmax->tsomaxbytes) { in if_hw_tsomax_update()809 ifp->if_hw_tsomax = pmax->tsomaxbytes; in if_hw_tsomax_update()910 if (ifp->if_hw_tsomax == 0 && in if_attach_internal()919 ifp->if_hw_tsomax = min(IP_MAXPACKET, (32 * MCLBYTES) - in if_attach_internal()927 ifp->if_hw_tsomax, in if_attach_internal()4905 if_sethwtsomax(if_t ifp, u_int if_hw_tsomax) in if_sethwtsomax() argument4907 ifp->if_hw_tsomax = if_hw_tsomax; in if_sethwtsomax()[all …]
630 int if_sethwtsomax(if_t ifp, u_int if_hw_tsomax);
3180 if (p->if_hw_tsomax > IP_MAXPACKET - ifp->if_hdrlen) in vxlan_set_hwcaps()3181 ifp->if_hw_tsomax = IP_MAXPACKET - ifp->if_hdrlen; in vxlan_set_hwcaps()3183 ifp->if_hw_tsomax = p->if_hw_tsomax; in vxlan_set_hwcaps()
906 u_int if_hw_tsomax; in tcp_default_output() local911 if_hw_tsomax = tp->t_tsomax; in tcp_default_output()927 if (if_hw_tsomax != 0) { in tcp_default_output()929 max_len = if_hw_tsomax - hdrlen - in tcp_default_output()
3377 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu()3419 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu6()
18567 uint32_t if_hw_tsomax; in rack_fast_rsm_output() local18571 if_hw_tsomax = tp->t_tsomax; in rack_fast_rsm_output()18578 if (if_hw_tsomax != 0) { in rack_fast_rsm_output()18580 max_len = (if_hw_tsomax - hdrlen - in rack_fast_rsm_output()19144 uint32_t if_hw_tsomax; in rack_fast_output() local19148 if_hw_tsomax = tp->t_tsomax; in rack_fast_output()19155 if (if_hw_tsomax != 0) { in rack_fast_output()19157 max_len = (if_hw_tsomax - hdrlen - in rack_fast_output()21345 uint32_t if_hw_tsomax; in rack_output() local21350 if_hw_tsomax = tp->t_tsomax; in rack_output()[all …]
11829 uint32_t if_hw_tsomax = 0; in bbr_output_wtime() local12967 if_hw_tsomax = tp->t_tsomax; in bbr_output_wtime()12977 if (if_hw_tsomax != 0) { in bbr_output_wtime()12979 max_len = (if_hw_tsomax - hdrlen - in bbr_output_wtime()