Searched refs:tcp_mss_to_advertise (Results 1 – 4 of 4) sorted by relevance
819 u_long tcp_mss_to_advertise(const struct ifnet *, int);
994 sc->sc_ourmaxseg = tcp_mss_to_advertise(m->m_flags & M_PKTHDR ? in syn_cache_add()
1071 tp->t_ourmss = tcp_mss_to_advertise(synrt != NULL ? in tcp_output()
1667 tcp_mss_to_advertise(const struct ifnet *ifp, int af) in tcp_mss_to_advertise() function