Home
last modified time | relevance | path

Searched refs:TF2_ECN_SND_ECE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_ecn.c240 tp->t_flags2 |= TF2_ECN_SND_ECE; in tcp_ecn_input_parallel_syn()
256 tp->t_flags2 |= TF2_ECN_SND_ECE; in tcp_ecn_input_parallel_syn()
356 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in tcp_ecn_input_segment()
360 tp->t_flags2 |= TF2_ECN_SND_ECE; in tcp_ecn_input_segment()
451 if (tp->t_flags2 & TF2_ECN_SND_ECE) in tcp_ecn_output_established()
H A Dtcp_output.c1209 (tp->t_flags2 & TF2_ECN_SND_ECE)) in tcp_default_output()
1210 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in tcp_default_output()
H A Dtcp_var.h837 #define TF2_ECN_SND_ECE 0x00000080 /* ECN ECE in queue */ macro
H A Dtcp_usrreq.c2964 if (t_flags2 & TF2_ECN_SND_ECE) { in db_print_tflags2()
/freebsd/sys/netinet/cc/
H A Dcc_dctcp.c362 CCV(ccv, t_flags2) |= TF2_ECN_SND_ECE; in dctcp_ecnpkt_handler()
368 CCV(ccv, t_flags2) &= ~TF2_ECN_SND_ECE; in dctcp_ecnpkt_handler()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18672 (tp->t_flags2 & TF2_ECN_SND_ECE)) in rack_fast_rsm_output()
18673 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in rack_fast_rsm_output()
19233 (tp->t_flags2 & TF2_ECN_SND_ECE)) in rack_fast_output()
19234 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in rack_fast_output()
21692 (tp->t_flags2 & TF2_ECN_SND_ECE)) in rack_output()
21693 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in rack_output()