Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h398 #define TF_RCVD_SCALE 0x00040 /* other side has requested scaling */ macro
936 (((_tp_)->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) == \
937 (TF_RCVD_SCALE|TF_REQ_SCALE))
1109 #define TF_RCVD_SCALE 0x00040 /* other side has requested scaling */ macro
H A Dtcp_input.c3700 tp->t_flags &= ~TF_RCVD_SCALE; in tcp_input()
6348 tp->t_flags |= TF_RCVD_SCALE; in tcp_finalize_options()
H A Dtcp_output.c1881 (tp->t_flags & TF_RCVD_SCALE))) { in tcp_output()