Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h1472 u_int tsomax; member
H A Dtcp_subr.c3685 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu()
3727 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu6()
H A Dtcp_input.c3943 tp->t_tsomax = cap.tsomax; in tcp_mss()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c2028 unsigned int tsomax; in hn_tsomax_sysctl() local
2031 tsomax = if_gethwtsomax(sc->hn_ifp); in hn_tsomax_sysctl()
2032 error = sysctl_handle_int(oidp, &tsomax, 0, req); in hn_tsomax_sysctl()