Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDtcp_output.c777 u_int if_hw_tsomax; in tcp_output() local
785 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()
HDtcp_subr.c1883 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu()
1924 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu6()
/trueos/sys/net/
HDif.c600 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()
HDif_var.h245 u_int if_hw_tsomax; member
/trueos/sys/dev/xen/netfront/
HDnetfront.c2105 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in create_netdev()
/trueos/sys/dev/oce/
HDoce_if.c1746 sc->ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in oce_attach_ifp()
/trueos/sys/ofed/drivers/net/mlx4/
HDen_netdev.c2117 dev->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in mlx4_en_init_netdev()
/trueos/sys/dev/vmware/vmxnet3/
HDif_vmx.c1723 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in vmxnet3_setup_interface()
/trueos/sys/dev/cxgbe/
HDt4_main.c1089 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in cxgbe_attach()