Home
last modified time | relevance | path

Searched refs:if_hw_tsomax (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/sys/net/
HDif_private.h165 u_int if_hw_tsomax; /* TSO maximum size in bytes */ member
HDif.c785 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() argument
4907 ifp->if_hw_tsomax = if_hw_tsomax; in if_sethwtsomax()
[all …]
HDif_var.h630 int if_sethwtsomax(if_t ifp, u_int if_hw_tsomax);
HDif_vxlan.c3180 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()
/freebsd-head/sys/netinet/
HDtcp_output.c906 u_int if_hw_tsomax; in tcp_default_output() local
911 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()
HDtcp_subr.c3377 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu()
3419 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu6()
/freebsd-head/sys/netinet/tcp_stacks/
HDrack.c18567 uint32_t if_hw_tsomax; in rack_fast_rsm_output() local
18571 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() local
19148 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() local
21350 if_hw_tsomax = tp->t_tsomax; in rack_output()
[all …]
HDbbr.c11829 uint32_t if_hw_tsomax = 0; in bbr_output_wtime() local
12967 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()