Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_subr.c116 tp->t_maxseg = tp->t_maxopd = in initialize_tcb()
Dtcp_input.c320 (tlen <= tp->t_maxopd) && \
3030 tp->t_maxopd = tp->t_maxseg = V_tcp_v6mssdflt; in tcp_mss_update()
3054 offer = tp->t_maxopd; in tcp_mss_update()
3130 tp->t_maxopd = mss; in tcp_mss_update()
Dtcp_var.h256 uint32_t t_maxopd; /* mss plus options */ member
Dtcp_output.c830 if (len + optlen + ipoptlen > tp->t_maxopd) { in tcp_output()
835 len = tp->t_maxopd - optlen - ipoptlen; in tcp_output()