Home
last modified time | relevance | path

Searched refs:TF_RCVD_SCALE (Results 1 – 2 of 2) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_input.c854 tp->t_flags |= TF_REQ_SCALE|TF_RCVD_SCALE; in tcp_input()
1073 tp->t_flags |= TF_RCVD_SCALE; in tcp_do_segment()
1444 if ((tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) == in tcp_do_segment()
1445 (TF_RCVD_SCALE|TF_REQ_SCALE)) { in tcp_do_segment()
1826 if ((tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) == in tcp_do_segment()
1827 (TF_RCVD_SCALE|TF_REQ_SCALE)) { in tcp_do_segment()
2125 if ((tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) == in tcp_do_segment()
2126 (TF_RCVD_SCALE|TF_REQ_SCALE)) { in tcp_do_segment()
Dtcp_var.h401 #define TF_RCVD_SCALE 0x000040 /* other side has requested scaling */ macro