Home
last modified time | relevance | path

Searched refs:TF_TSO (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/netinet/khelp/
HDh_ertt.c178 if (tp->t_flags & TF_TSO) { in marked_packet_rtt()
180 tp->t_flags &= ~TF_TSO; in marked_packet_rtt()
465 tp->t_flags |= TF_TSO; in ertt_add_tx_segment_info_hook()
/freebsd-14-stable/sys/netinet/
HDtcp_output.c567 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > tp->t_maxseg && in tcp_default_output()
1710 tp->t_flags &= ~TF_TSO; in tcp_default_output()
HDtcp_var.h807 #define TF_TSO 0x01000000 /* TSO enabled on this connection */ macro
HDtcp_usrreq.c2939 if (t_flags & TF_TSO) { in db_print_tflags()
HDtcp_input.c3972 tp->t_flags |= TF_TSO; in tcp_mss()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack.c18786 if ((tp->t_flags & TF_TSO) && in rack_fast_rsm_output()
19372 if ((tp->t_flags & TF_TSO) && in rack_fast_output()
20846 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > segsiz && in rack_output()
22418 tp->t_flags &= ~TF_TSO; in rack_output()
HDbbr.c12575 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && in bbr_output_wtime()