Home
last modified time | relevance | path

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

/freebsd/sys/netinet/khelp/
H A Dh_ertt.c177 if (tp->t_flags & TF_TSO) { in marked_packet_rtt()
179 tp->t_flags &= ~TF_TSO; in marked_packet_rtt()
464 tp->t_flags |= TF_TSO; in ertt_add_tx_segment_info_hook()
/freebsd/sys/netinet/
H A Dtcp_output.c561 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > tp->t_maxseg && in tcp_default_output()
1717 tp->t_flags &= ~TF_TSO; in tcp_default_output()
H A Dtcp_var.h802 #define TF_TSO 0x01000000 /* TSO enabled on this connection */ macro
H A Dtcp_usrreq.c2929 if (t_flags & TF_TSO) { in db_print_tflags()
H A Dtcp_input.c4021 tp->t_flags |= TF_TSO; in tcp_mss()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18547 if ((tp->t_flags & TF_TSO) && in rack_fast_rsm_output()
19123 if ((tp->t_flags & TF_TSO) && in rack_fast_output()
20666 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > segsiz && in rack_output()
22370 tp->t_flags &= ~TF_TSO; in rack_output()
H A Dbbr.c12595 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && in bbr_output_wtime()