Home
last modified time | relevance | path

Searched refs:ecn_flags (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/bsd/netinet/
H A Dtcp_output.c479 tp->ecn_flags |= TE_ENABLE_ECN; in tcp_set_ecn()
484 tp->ecn_flags &= ~TE_ENABLE_ECN; in tcp_set_ecn()
492 tp->ecn_flags |= TE_ENABLE_ECN; in tcp_set_ecn()
497 tp->ecn_flags &= ~TE_ENABLE_ECN; in tcp_set_ecn()
507 tp->ecn_flags |= TE_ENABLE_ECN; in tcp_set_ecn()
510 tp->ecn_flags &= ~TE_ENABLE_ECN; in tcp_set_ecn()
518 tp->ecn_flags |= TE_ENABLE_ECN; in tcp_set_ecn()
529 tp->ecn_flags &= ~TE_ENABLE_ECN; in tcp_set_ecn()
2195 tp->ecn_flags &= in tcp_output()
2234 tp->ecn_flags |= TE_LOST_SYN; in tcp_output()
[all …]
H A Dtcp_input.c1794 tp->ecn_flags |= TE_ACO_ECT1; in tcp_input_ip_ecn()
1798 tp->ecn_flags |= TE_ACO_ECT0; in tcp_input_ip_ecn()
1995 tp->ecn_flags |= (TE_INRECOVERY); in tcp_process_accecn()
2961 tp->ecn_flags &= ~TE_SENDECE; in tcp_input()
3004 tp->ecn_flags |= TE_SENDECE; in tcp_input()
3026 tp->ecn_flags |= TE_CEHEURI_SET; in tcp_input()
3763 ecn_flags |= TE_SENDIPECT; in tcp_input()
3768 tp->ecn_flags |= ecn_flags; in tcp_input()
3774 tp->ecn_flags |= ecn_flags; in tcp_input()
3782 tp->ecn_flags |= ecn_flags; in tcp_input()
[all …]
H A Dtcp_usrreq.c2706 tp->ecn_flags |= TE_ECN_MODE_ENABLE; in tcp_ctloutput()
2707 tp->ecn_flags &= ~TE_ECN_MODE_DISABLE; in tcp_ctloutput()
2709 tp->ecn_flags &= ~TE_ECN_MODE_ENABLE; in tcp_ctloutput()
2710 tp->ecn_flags |= TE_ECN_MODE_DISABLE; in tcp_ctloutput()
2720 tp->ecn_flags &= ~TE_ECN_MODE_ENABLE; in tcp_ctloutput()
2721 tp->ecn_flags &= ~TE_ECN_MODE_DISABLE; in tcp_ctloutput()
2723 tp->ecn_flags |= TE_ECN_MODE_ENABLE; in tcp_ctloutput()
2724 tp->ecn_flags &= ~TE_ECN_MODE_DISABLE; in tcp_ctloutput()
2726 tp->ecn_flags &= ~TE_ECN_MODE_ENABLE; in tcp_ctloutput()
2727 tp->ecn_flags |= TE_ECN_MODE_DISABLE; in tcp_ctloutput()
[all …]
H A Dtcp_subr.c1340 ifs->ecn_flags = tp->ecn_flags; in tcp_create_ifnet_stats_per_flow()
5279 if (ifs->ecn_flags & TE_SETUPSENT) { in tcp_update_stats_per_flow()
5280 if (ifs->ecn_flags & TE_CLIENT_SETUP) { in tcp_update_stats_per_flow()
5282 if (FLOW_ECN_ENABLED(ifs->ecn_flags)) { in tcp_update_stats_per_flow()
5294 if (FLOW_ECN_ENABLED(ifs->ecn_flags)) { in tcp_update_stats_per_flow()
5308 if (FLOW_ECN_ENABLED(ifs->ecn_flags)) { in tcp_update_stats_per_flow()
5309 if (ifs->ecn_flags & TE_RECV_ECN_CE) { in tcp_update_stats_per_flow()
5313 if (ifs->ecn_flags & TE_RECV_ECN_ECE) { in tcp_update_stats_per_flow()
5343 if (FLOW_ECN_ENABLED(ifs->ecn_flags)) { in tcp_update_stats_per_flow()
5350 if (FLOW_ECN_ENABLED(ifs->ecn_flags)) { in tcp_update_stats_per_flow()
[all …]
H A Dtcp_var.h533 u_int32_t ecn_flags; member
899 (_tp_)->ecn_flags &= ~TE_INRECOVERY; \
935 (((_tp_)->ecn_flags & (TE_ECN_ON)) == (TE_ECN_ON))
952 (((_tp_)->ecn_flags & (TE_ACC_ECN_ON)) == (TE_ACC_ECN_ON)))
H A Din_tclass.c537 tp->ecn_flags |= (ecn_val == IPTOS_ECN_ECT1) ? in set_pid_tclass()
540 tp->ecn_flags &= ~(TE_FORCE_ECT1 | TE_FORCE_ECT0); in set_pid_tclass()
H A Dtcp_timer.c1417 tp->ecn_flags |= TE_SENDCWR; in tcp_timers()
1867 tp->ecn_flags |= TE_SENDCWR; in tcp_timers()
/xnu-11215/bsd/net/
H A Dif_var_private.h336 u_int32_t ecn_flags; member