Home
last modified time | relevance | path

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

/NextBSD/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()
464 tp->t_flags |= TF_TSO; in ertt_add_tx_segment_info_hook()
/NextBSD/sys/netinet/
HDtcp_output.c549 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > tp->t_maxseg && in tcp_output()
1610 tp->t_flags &= ~TF_TSO; in tcp_output()
HDtcp_var.h306 #define TF_TSO 0x1000000 /* TSO enabled on this connection */ macro
HDtcp_usrreq.c2124 if (t_flags & TF_TSO) { in db_print_tflags()
HDtcp_input.c3732 tp->t_flags |= TF_TSO; in tcp_mss()