Home
last modified time | relevance | path

Searched refs:tsomax (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h1450 u_int tsomax; member
H A Dtcp_subr.c3401 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu()
3443 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu6()
H A Dtcp_input.c4022 tp->t_tsomax = cap.tsomax; in tcp_mss()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c2041 unsigned int tsomax; in hn_tsomax_sysctl() local
2044 tsomax = if_gethwtsomax(sc->hn_ifp); in hn_tsomax_sysctl()
2045 error = sysctl_handle_int(oidp, &tsomax, 0, req); in hn_tsomax_sysctl()