Home
last modified time | relevance | path

Searched refs:tcp_mss (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_fastopen.c968 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()
Dtcp_var.h541 void tcp_mss(struct tcpcb *, int);
Dtcp_input.c940 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