Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c908 tp->t_flags |= TF_REQ_SCALE|TF_RCVD_SCALE; in tcp_input()
1148 tp->t_flags |= TF_RCVD_SCALE; in tcp_do_segment()
1567 if ((tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) == in tcp_do_segment()
1568 (TF_RCVD_SCALE|TF_REQ_SCALE)) { in tcp_do_segment()
1963 if ((tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) == in tcp_do_segment()
1964 (TF_RCVD_SCALE|TF_REQ_SCALE)) { in tcp_do_segment()
2290 if ((tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) == in tcp_do_segment()
2291 (TF_RCVD_SCALE|TF_REQ_SCALE)) { in tcp_do_segment()
Dtcp_var.h411 #define TF_RCVD_SCALE 0x000040 /* other side has requested scaling */ macro