Searched refs:ecn_flags (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c1058 if ((tp->ecn_flags & TE_SETUPRECEIVED) != 0) {
1059 if ((tp->ecn_flags & TE_SETUPSENT) == 0) {
1067 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
1077 tp->ecn_flags &= ~TE_SETUPRECEIVED;
1082 if ((tp->ecn_flags & TE_SETUPSENT) == 0) {
1090 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
1098 tp->ecn_flags &= ~TE_SENDIPECT;
1109 if ((tp->ecn_flags & TE_SENDCWR) != 0 && len != 0 &&
1112 tp->ecn_flags &= ~TE_SENDCWR;
1118 if ((tp->ecn_flags
[all...]
H A Dtcp_input.c749 tp->ecn_flags |= TE_SENDCWR;
2078 ((tp->ecn_flags & (TE_ECN_ON)) == (TE_ECN_ON)) && tlen > 0 &&
2081 tp->ecn_flags |= TE_SENDECE;
2089 tp->ecn_flags &= ~TE_SENDECE;
2587 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT);
2661 tp->ecn_flags |= TE_SETUPRECEIVED;
2665 tp->ecn_flags &= ~TE_SENDIPECT;
3295 if ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON) {
3296 tp->ecn_flags |= TE_SENDCWR;
3454 ((tp->ecn_flags
[all...]
H A Dtcp_timer.c763 if ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON) {
764 tp->ecn_flags |= TE_SENDCWR;
H A Dtcp_var.h325 u_int16_t ecn_flags; member in struct:tcpcb

Completed in 34 milliseconds