Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_subr.c114 tp->t_maxseg = tp->t_maxopd = in initialize_tcb()
Dtcp_input.c315 (tlen <= tp->t_maxopd) && \
2847 tp->t_maxopd = tp->t_maxseg = V_tcp_v6mssdflt; in tcp_mss_update()
2871 offer = tp->t_maxopd; in tcp_mss_update()
2947 tp->t_maxopd = mss; in tcp_mss_update()
Dtcp_output.c742 if (len + optlen + ipoptlen > tp->t_maxopd) { in tcp_output()
747 len = tp->t_maxopd - optlen - ipoptlen; in tcp_output()
Dtcp_var.h254 uint32_t t_maxopd; /* mss plus options */ member