Home
last modified time | relevance | path

Searched refs:t_flags2 (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/netinet/cc/
H A Dcc_dctcp.c112 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_ack_received()
169 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_after_idle()
235 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_cong_signal()
305 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) in dctcp_conn_init()
317 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) in dctcp_post_recovery()
344 CCV(ccv, t_flags2) |= TF2_ECN_SND_ECE; in dctcp_ecnpkt_handler()
350 CCV(ccv, t_flags2) &= ~TF2_ECN_SND_ECE; in dctcp_ecnpkt_handler()
/freebsd-13.1/sys/netinet/
H A Dtcp_timer.c749 if (((tp->t_flags2 & (TF2_PLPMTU_PMTUD|TF2_PLPMTU_MAXSEGSNT)) == in tcp_timer_rexmt()
760 if ((tp->t_flags2 & TF2_PLPMTU_BLACKHOLE) == 0) { in tcp_timer_rexmt()
762 tp->t_flags2 |= TF2_PLPMTU_BLACKHOLE; in tcp_timer_rexmt()
785 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
805 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
822 if ((tp->t_flags2 & TF2_PLPMTU_BLACKHOLE) && in tcp_timer_rexmt()
824 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
825 tp->t_flags2 &= ~TF2_PLPMTU_BLACKHOLE; in tcp_timer_rexmt()
H A Dtcp_output.c772 tp->t_flags2 |= TF2_PLPMTU_MAXSEGSNT; in tcp_output()
1209 (tp->t_flags2 & TF2_ECN_SND_ECE)) { in tcp_output()
1211 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in tcp_output()
1215 (tp->t_flags2 & TF2_ECN_PERMIT)) { in tcp_output()
1236 if (tp->t_flags2 & TF2_ECN_SND_CWR) { in tcp_output()
1238 tp->t_flags2 &= ~TF2_ECN_SND_CWR; in tcp_output()
1241 if (tp->t_flags2 & TF2_ECN_SND_ECE) in tcp_output()
1483 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_output()
1485 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_output()
1526 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_output()
[all …]
H A Dtcp_input.c467 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
468 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
481 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
482 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
489 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
490 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
1621 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in tcp_do_segment()
1626 tp->t_flags2 |= TF2_ECN_SND_ECE; in tcp_do_segment()
1688 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_do_segment()
1689 tp->t_flags2 |= TF2_ECN_SND_ECE; in tcp_do_segment()
[all …]
H A Dtcp_usrreq.c1167 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_usr_send()
1174 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_usr_send()
1655 if (tp->t_flags2 & TF2_ECN_PERMIT) in tcp_fill_info()
2825 db_print_tflags2(u_int t_flags2) in db_print_tflags2() argument
2830 if (t_flags2 & TF2_ECN_PERMIT) { in db_print_tflags2()
2884 db_printf("t_flags2: 0x%x (", tp->t_flags2); in db_print_tcpcb()
2885 db_print_tflags2(tp->t_flags2); in db_print_tcpcb()
H A Dtcp_log_buf.c1191 tp->t_flags2 |= TF2_LOG_AUTO; in tcp_log_tcpcbinit()
1581 if (tp->t_lib == NULL && (tp->t_flags2 & TF2_LOG_AUTO) && in tcp_log_event_()
1776 tp->t_flags2 &= ~(TF2_LOG_AUTO); in tcp_log_state_change()
2168 if (tp->t_lib == NULL && (tp->t_flags2 & TF2_LOG_AUTO) && in tcp_log_dump_tp_logbuf()
H A Dtcp_var.h164 u_int t_flags2; /* More tcpcb flags storage */ member
H A Dtcp_subr.c3977 xt->xt_ecn = (tp->t_flags2 & TF2_ECN_PERMIT) ? 1 : 0 + in tcp_inptoxtp()
3978 (tp->t_flags2 & TF2_ACE_PERMIT) ? 2 : 0; in tcp_inptoxtp()
H A Dtcp_syncache.c1027 tp->t_flags2 |= TF2_ECN_PERMIT; in syncache_socket()
/freebsd-13.1/sys/netinet/tcp_stacks/
H A Drack.c4899 tp->t_flags2 |= TF2_ECN_SND_CWR; in rack_cong_signal()
4913 tp->t_flags2 |= TF2_ECN_SND_CWR; in rack_cong_signal()
4925 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
4926 tp->t_flags2 |= TF2_ECN_SND_CWR; in rack_cong_signal()
10905 tp->t_flags2 |= TF2_ECN_PERMIT; in rack_do_syn_sent()
11483 tp->t_flags2 |= TF2_DROP_AF_DATA; in rack_check_data_after_close()
13078 tp->t_flags2 |= TF2_ECN_SND_ECE; in rack_do_compressed_ack_processing()
13823 tp->t_flags2 |= TF2_ECN_SND_ECE; in rack_do_segment_nounlock()
13878 tp->t_flags2 |= TF2_ECN_PERMIT; in rack_do_segment_nounlock()
17923 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in rack_output()
[all …]
H A Dbbr.c5126 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in bbr_timeout_rxt()
5145 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in bbr_timeout_rxt()
5160 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in bbr_timeout_rxt()
8223 if (tp->t_flags2 & TF2_DROP_AF_DATA) { in bbr_process_data()
8533 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in bbr_do_fastnewdata()
9466 tp->t_flags2 |= TF2_DROP_AF_DATA; in bbr_check_data_after_close()
12930 tp->t_flags2 |= TF2_PLPMTU_MAXSEGSNT; in bbr_output_wtime()
13686 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in bbr_output_wtime()
13688 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in bbr_output_wtime()
13725 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in bbr_output_wtime()
[all …]