Searched refs:if_hw_tsomax (Results 1 – 9 of 9) sorted by relevance
777 u_int if_hw_tsomax; in tcp_output() local785 if_hw_tsomax = tp->t_tsomax; in tcp_output()801 if (if_hw_tsomax != 0) { in tcp_output()803 max_len = (if_hw_tsomax - hdrlen); in tcp_output()
1883 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu()1924 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu6()
600 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 && in if_hw_tsomax_common()601 ifp->if_hw_tsomax < pmax->tsomaxbytes)) { in if_hw_tsomax_common()602 pmax->tsomaxbytes = ifp->if_hw_tsomax; in if_hw_tsomax_common()623 if (ifp->if_hw_tsomax != pmax->tsomaxbytes) { in if_hw_tsomax_update()624 ifp->if_hw_tsomax = pmax->tsomaxbytes; in if_hw_tsomax_update()715 if (ifp->if_hw_tsomax == 0 && in if_attach_internal()724 ifp->if_hw_tsomax = min(IP_MAXPACKET, (32 * MCLBYTES) - in if_attach_internal()732 ifp->if_hw_tsomax, in if_attach_internal()
245 u_int if_hw_tsomax; member
2105 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in create_netdev()
1746 sc->ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in oce_attach_ifp()
2117 dev->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in mlx4_en_init_netdev()
1723 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in vmxnet3_setup_interface()
1089 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in cxgbe_attach()