Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_var.h819 u_long tcp_mss_to_advertise(const struct ifnet *, int);
H A Dtcp_syncache.c994 sc->sc_ourmaxseg = tcp_mss_to_advertise(m->m_flags & M_PKTHDR ? in syn_cache_add()
H A Dtcp_output.c1071 tp->t_ourmss = tcp_mss_to_advertise(synrt != NULL ? in tcp_output()
H A Dtcp_subr.c1667 tcp_mss_to_advertise(const struct ifnet *ifp, int af) in tcp_mss_to_advertise() function