Searched refs:tcp_mss (Results 1 – 3 of 3) sorted by relevance
968 tcp_mss(tp, server_mss ? server_mss : -1); in tcp_fastopen_connect()999 tcp_mss(tp, -1); in tcp_fastopen_connect()1012 tcp_mss(tp, -1); in tcp_fastopen_connect()
541 void tcp_mss(struct tcpcb *, int);
940 tcp_mss(tp, /*sc->sc_peer_mss*/(to.to_flags & TOF_MSS) ? to.to_mss : 0); in tcp_input()1162 tcp_mss(tp, to.to_mss); in tcp_do_segment()3145 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss() function