Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/netinet/
H A Dtcp_timer.c755 if (((tp->t_flags2 & (TF2_PLPMTU_PMTUD|TF2_PLPMTU_MAXSEGSNT)) == in tcp_timer_rexmt()
766 if ((tp->t_flags2 & TF2_PLPMTU_BLACKHOLE) == 0) { in tcp_timer_rexmt()
768 tp->t_flags2 |= TF2_PLPMTU_BLACKHOLE; in tcp_timer_rexmt()
791 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
811 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
828 if ((tp->t_flags2 & TF2_PLPMTU_BLACKHOLE) && in tcp_timer_rexmt()
830 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
831 tp->t_flags2 &= ~TF2_PLPMTU_BLACKHOLE; in tcp_timer_rexmt()
H A Dtcp_output.c768 tp->t_flags2 |= TF2_PLPMTU_MAXSEGSNT; in tcp_output()
1179 (tp->t_flags2 & TF2_ECN_SND_ECE)) { in tcp_output()
1181 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in tcp_output()
1185 (tp->t_flags2 & TF2_ECN_PERMIT)) { in tcp_output()
1206 if (tp->t_flags2 & TF2_ECN_SND_CWR) { in tcp_output()
1208 tp->t_flags2 &= ~TF2_ECN_SND_CWR; in tcp_output()
1211 if (tp->t_flags2 & TF2_ECN_SND_ECE) in tcp_output()
1433 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_output()
1435 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_output()
1477 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_output()
[all …]
H A Dtcp_input.c452 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
453 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
466 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
467 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
474 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
475 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
1583 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in tcp_do_segment()
1588 tp->t_flags2 |= TF2_ECN_SND_ECE; in tcp_do_segment()
1648 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_do_segment()
1649 tp->t_flags2 |= TF2_ECN_SND_ECE; in tcp_do_segment()
[all …]
H A Dtcp_usrreq.c1245 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_usr_send()
1252 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_usr_send()
1775 if (tp->t_flags2 & TF2_ECN_PERMIT) in tcp_fill_info()
2912 db_print_tflags2(u_int t_flags2) in db_print_tflags2() argument
2917 if (t_flags2 & TF2_ECN_PERMIT) { in db_print_tflags2()
2971 db_printf("t_flags2: 0x%x (", tp->t_flags2); in db_print_tcpcb()
2972 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.c3465 xt->xt_ecn = (tp->t_flags2 & TF2_ECN_PERMIT) ? 1 : 0 + in tcp_inptoxtp()
3466 (tp->t_flags2 & TF2_ACE_PERMIT) ? 2 : 0; in tcp_inptoxtp()
H A Dtcp_syncache.c1081 tp->t_flags2 |= TF2_ECN_PERMIT; in syncache_socket()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4009 tp->t_flags2 |= TF2_ECN_SND_CWR; in rack_cong_signal()
4023 tp->t_flags2 |= TF2_ECN_SND_CWR; in rack_cong_signal()
4033 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
4034 tp->t_flags2 |= TF2_ECN_SND_CWR; in rack_cong_signal()
9248 tp->t_flags2 |= TF2_ECN_PERMIT; in rack_do_syn_sent()
9807 tp->t_flags2 |= TF2_DROP_AF_DATA; in rack_check_data_after_close()
10926 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in rack_do_segment_nounlock()
10931 tp->t_flags2 |= TF2_ECN_SND_ECE; in rack_do_segment_nounlock()
10986 tp->t_flags2 |= TF2_ECN_PERMIT; in rack_do_segment_nounlock()
10987 tp->t_flags2 |= TF2_ECN_SND_ECE; in rack_do_segment_nounlock()
[all …]
H A Dbbr.c5120 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in bbr_timeout_rxt()
5139 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in bbr_timeout_rxt()
5154 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in bbr_timeout_rxt()
8272 if (tp->t_flags2 & TF2_DROP_AF_DATA) { in bbr_process_data()
8574 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in bbr_do_fastnewdata()
9501 tp->t_flags2 |= TF2_DROP_AF_DATA; in bbr_check_data_after_close()
12967 tp->t_flags2 |= TF2_PLPMTU_MAXSEGSNT; in bbr_output_wtime()
13758 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in bbr_output_wtime()
13760 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in bbr_output_wtime()
13797 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in bbr_output_wtime()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h164 u_int t_flags2; /* More tcpcb flags storage */ member