Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c1624 (tp->t_flags & TF_MAXSEGSNT) || in tcp_output()
1836 tp->t_flags |= TF_MAXSEGSNT; in tcp_output()
1838 tp->t_flags &= ~TF_MAXSEGSNT; in tcp_output()
H A Dtcp_var.h416 #define TF_MAXSEGSNT 0x1000000 /* last segment sent was a full segment */ macro