Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_ecn.c128 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
129 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
146 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
147 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
152 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
160 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
168 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
176 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
230 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_parallel_syn()
245 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_parallel_syn()
[all …]
H A Dtcp_lro_hpts.c217 tp->t_flags2 |= TF2_MBUF_L_ACKS; in tcp_lro_get_last_if_ackcmp()
223 if (tp->t_flags2 & TF2_MBUF_L_ACKS) in tcp_lro_get_last_if_ackcmp()
366 ((tp->t_flags2 & TF2_DONT_SACK_QUEUE) == 0)) { in do_bpf_strip_and_compress()
381 if ((tp->t_flags2 & TF2_MBUF_ACKCMP) == 0) in do_bpf_strip_and_compress()
428 tp->t_flags2 |= TF2_MBUF_L_ACKS; in do_bpf_strip_and_compress()
570 if ((tp->t_flags2 & (TF2_SUPPORTS_MBUFQ | TF2_MBUF_ACKCMP)) == 0) { in _tcp_lro_flush_tcphpts()
575 if (tp->t_flags2 & TF2_MBUF_QUEUE_READY) in _tcp_lro_flush_tcphpts()
631 tcp_lro_log(tp, lc, le, NULL, 22, 1, tp->t_flags2, 0, 1); in _tcp_lro_flush_tcphpts()
H A Dtcp_usrreq.c2975 db_print_tflags2(u_int t_flags2) in db_print_tflags2() argument
2984 if (t_flags2 & TF2_PLPMTU_PMTUD) { in db_print_tflags2()
2992 if (t_flags2 & TF2_LOG_AUTO) { in db_print_tflags2()
3000 if (t_flags2 & TF2_ECN_PERMIT) { in db_print_tflags2()
3004 if (t_flags2 & TF2_ECN_SND_CWR) { in db_print_tflags2()
3008 if (t_flags2 & TF2_ECN_SND_ECE) { in db_print_tflags2()
3012 if (t_flags2 & TF2_ACE_PERMIT) { in db_print_tflags2()
3032 if (t_flags2 & TF2_HPTS_CALLS) { in db_print_tflags2()
3036 if (t_flags2 & TF2_MBUF_L_ACKS) { in db_print_tflags2()
3040 if (t_flags2 & TF2_MBUF_ACKCMP) { in db_print_tflags2()
[all …]
H A Dtcp_timer.c681 if (((tp->t_flags2 & (TF2_PLPMTU_PMTUD|TF2_PLPMTU_MAXSEGSNT)) == in tcp_timer_rexmt()
692 if ((tp->t_flags2 & TF2_PLPMTU_BLACKHOLE) == 0) { in tcp_timer_rexmt()
694 tp->t_flags2 |= TF2_PLPMTU_BLACKHOLE; in tcp_timer_rexmt()
717 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
737 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
754 if ((tp->t_flags2 & TF2_PLPMTU_BLACKHOLE) && in tcp_timer_rexmt()
756 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
757 tp->t_flags2 &= ~TF2_PLPMTU_BLACKHOLE; in tcp_timer_rexmt()
H A Dtcp_output.c776 tp->t_flags2 |= TF2_PLPMTU_MAXSEGSNT; in tcp_default_output()
778 tp->t_flags2 &= ~TF2_PLPMTU_MAXSEGSNT; in tcp_default_output()
1206 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in tcp_default_output()
1209 (tp->t_flags2 & TF2_ECN_SND_ECE)) in tcp_default_output()
1210 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in tcp_default_output()
1456 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_default_output()
1458 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_default_output()
1498 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_default_output()
1503 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_default_output()
H A Dtcp_hpts.c559 MPASS(!(tp->t_flags2 & TF2_HPTS_CPU_SET)); in tcp_hpts_init()
1001 if (tp->t_flags2 & TF2_HPTS_CPU_SET) { in hpts_cpuid()
1264 if ((tp->t_flags2 & TF2_HPTS_CPU_SET) == 0) { in tcp_hptsi()
1373 tp->t_flags2 |= TF2_HPTS_CALLS; in tcp_hptsi()
1374 if ((tp->t_flags2 & TF2_SUPPORTS_MBUFQ) && in tcp_hptsi()
1497 if (tp->t_in_hpts == IHPTS_NONE && !(tp->t_flags2 & TF2_HPTS_CPU_SET)) { in __tcp_set_hpts()
1500 tp->t_flags2 |= TF2_HPTS_CPU_SET; in __tcp_set_hpts()
H A Dsiftr.c179 uint32_t t_flags2; member
427 pkt_node->t_flags2, in siftr_process_pkt()
655 pn->t_flags2 = tp->t_flags2; in siftr_siftdata()
H A Dtcp_input.c433 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
434 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
447 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
448 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
455 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
456 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
1899 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_do_segment()
1905 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_do_segment()
2421 tp->t_flags2 |= TF2_NO_ISS_CHECK; in tcp_do_segment()
2427 if (tp->t_flags2 & TF2_NO_ISS_CHECK) { in tcp_do_segment()
[all …]
H A Dtcp_subr.c4017 (tp->t_flags2 & TF2_ACE_PERMIT) ? 2 : 0; in tcp_inptoxtp()
4142 if (tp->t_flags2 & TF2_TCP_ACCOUNTING) { in tcp_do_ack_accounting()
4147 if (tp->t_flags2 & TF2_TCP_ACCOUNTING) { in tcp_do_ack_accounting()
4155 if (tp->t_flags2 & TF2_TCP_ACCOUNTING) { in tcp_do_ack_accounting()
4160 if (tp->t_flags2 & TF2_TCP_ACCOUNTING) { in tcp_do_ack_accounting()
4165 if (tp->t_flags2 & TF2_TCP_ACCOUNTING) { in tcp_do_ack_accounting()
4172 if (tp->t_flags2 & TF2_TCP_ACCOUNTING) { in tcp_do_ack_accounting()
4177 if (tp->t_flags2 & TF2_TCP_ACCOUNTING) { in tcp_do_ack_accounting()
4182 if (tp->t_flags2 & TF2_TCP_ACCOUNTING) { in tcp_do_ack_accounting()
4315 if (tp->t_flags2 & TF2_MBUF_L_ACKS) in tcp_handle_orphaned_packets()
[all …]
H A Dtcp_log_buf.c1297 tp->t_flags2 |= TF2_LOG_AUTO; in tcp_log_tcpcbinit()
1442 if (tp->t_flags2 & TF2_TCP_ACCOUNTING) { in tcp_log_tcpcbfini()
1736 if (tp->t_lib == NULL && (tp->t_flags2 & TF2_LOG_AUTO) && in tcp_log_event()
1963 tp->t_flags2 &= ~(TF2_LOG_AUTO); in tcp_log_state_change()
2375 if (tp->t_lib == NULL && (tp->t_flags2 & TF2_LOG_AUTO) && in tcp_log_dump_tp_logbuf()
H A Dtcp_var.h360 u_int t_flags2; /* More tcpcb flags storage */ member
1575 tp->t_flags2 &= ~(TF2_SUPPORTS_MBUFQ| in tcp_lro_features_off()
H A Dtcp_syncache.c1000 ((sototcpcb(lso)->t_flags2 & TF2_LOG_AUTO) == 0) && in syncache_socket()
1723 if (V_tcp_do_ecn && (tp->t_flags2 & TF2_CANNOT_DO_ECN) == 0) in syncache_add()
/freebsd-14.2/sys/netinet/cc/
H A Dcc_dctcp.c115 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_ack_received()
178 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_after_idle()
246 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_cong_signal()
316 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_conn_init()
319 CCV(ccv, t_flags2) |= TF2_ECN_USE_ECT1; in dctcp_conn_init()
331 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) in dctcp_post_recovery()
358 CCV(ccv, t_flags2) |= TF2_ECN_SND_ECE; in dctcp_ecnpkt_handler()
364 CCV(ccv, t_flags2) &= ~TF2_ECN_SND_ECE; in dctcp_ecnpkt_handler()
/freebsd-14.2/cddl/lib/libdtrace/
H A Dsiftr.d53 uint32_t t_flags2; member
90 t_flags2 = p == NULL ? 0 : p->t_flags2;
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c5928 tp->t_flags2 |= TF2_ECN_SND_CWR; in rack_cong_signal()
5943 tp->t_flags2 |= TF2_ECN_SND_CWR; in rack_cong_signal()
5957 tp->t_flags2 |= TF2_ECN_SND_CWR; in rack_cong_signal()
12154 tp->t_flags2 |= TF2_NO_ISS_CHECK; in rack_process_ack()
13906 tp->t_flags2 |= TF2_DROP_AF_DATA; in rack_check_data_after_close()
14756 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_switch_failed()
15279 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_init()
16622 if (tp->t_flags2 & TF2_HPTS_CALLS) in rack_do_compressed_ack_processing()
16623 tp->t_flags2 &= ~TF2_HPTS_CALLS; in rack_do_compressed_ack_processing()
17194 tp->t_flags2 &= ~TF2_HPTS_CALLS; in rack_do_segment_nounlock()
[all …]
H A Dbbr.c7705 tp->t_flags2 |= TF2_NO_ISS_CHECK; in bbr_process_ack()
9423 tp->t_flags2 |= TF2_DROP_AF_DATA; in bbr_check_data_after_close()
9965 tp->t_flags2 |= TF2_CANNOT_DO_ECN; in bbr_init()
9966 tp->t_flags2 |= TF2_SUPPORTS_MBUFQ; in bbr_init()
9970 tp->t_flags2 &= ~TF2_MBUF_ACKCMP; in bbr_init()
9971 tp->t_flags2 &= ~TF2_MBUF_L_ACKS; in bbr_init()
11608 tp->t_flags2 &= ~TF2_HPTS_CALLS; in bbr_do_segment_nounlock()
11879 tp->t_flags2 &= ~TF2_HPTS_CALLS; in bbr_output_wtime()
13551 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in bbr_output_wtime()
13590 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in bbr_output_wtime()
[all …]
H A Drack_bbr_common.c442 KASSERT((tp->t_flags2 & TF2_MBUF_ACKCMP), in ctf_process_inbound_raw()