Searched refs:t_stats (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_stats.c | 203 if (tp->t_stats != NULL) in tcp_stats_sample_rollthedice() 204 stats_blob_destroy(tp->t_stats); in tcp_stats_sample_rollthedice() 205 tp->t_stats = stats_blob_alloc(tpl, 0); in tcp_stats_sample_rollthedice() 206 if (tp->t_stats == NULL) in tcp_stats_sample_rollthedice()
|
| H A D | tcp_usrreq.c | 2190 if ((tp->t_stats != NULL && sbp == NULL) || in tcp_default_ctloutput() 2191 (tp->t_stats == NULL && sbp != NULL)) { in tcp_default_ctloutput() 2192 struct statsblob *t = tp->t_stats; in tcp_default_ctloutput() 2193 tp->t_stats = sbp; in tcp_default_ctloutput() 2517 if (tp->t_stats == NULL) in tcp_default_ctloutput() 2519 else if (outsbsz >= tp->t_stats->cursz) in tcp_default_ctloutput() 2520 outsbsz = tp->t_stats->cursz; in tcp_default_ctloutput() 2546 error = stats_blob_snapshot(&sbp, outsbsz, tp->t_stats, in tcp_default_ctloutput()
|
| H A D | tcp_input.c | 333 stats_voi_update_abs_s32(tp->t_stats, VOI_TCP_CALCFRWINDIFF, in cc_ack_received() 336 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_ACKLEN, in cc_ack_received() 345 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_GPUT, in cc_ack_received() 353 stats_voi_update_abs_s32(tp->t_stats, in cc_ack_received() 379 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_LCWIN, tp->snd_cwnd); in cc_ack_received() 445 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_CSIG, type); in cc_cong_signal() 1575 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_FRWIN, tiwin); in tcp_do_segment() 3566 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_RTT, in tcp_xmit_timer()
|
| H A D | tcp_output.c | 1023 stats_voi_update_abs_u32(tp->t_stats, in tcp_output() 1026 stats_voi_update_abs_u64(tp->t_stats, in tcp_output() 1034 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_RETXPB, in tcp_output() 1041 stats_voi_update_abs_u64(tp->t_stats, VOI_TCP_TXPB, in tcp_output()
|
| H A D | tcp_var.h | 255 struct statsblob *t_stats; /* Per-connection stats */ member
|
| H A D | tcp_subr.c | 1812 tp->t_stats = stats_blob_alloc(V_tcp_perconn_stats_dflt_tpl, 0); in tcp_newtcpcb() 2034 stats_blob_destroy(tp->t_stats); in tcp_discardcb()
|
| H A D | tcp_log_buf.c | 505 if (V_tcp_perconn_stats_enable == 2 && tp->t_stats == NULL) in tcp_log_grow_tlb()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 255 struct statsblob *t_stats; /* Per-connection stats */ member
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 3770 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_GPUT, in rack_do_goodput_measurement() 3778 stats_voi_update_abs_s32(tp->t_stats, in rack_do_goodput_measurement() 3885 stats_voi_update_abs_s32(tp->t_stats, VOI_TCP_CALCFRWINDIFF, in rack_ack_received() 3921 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_LCWIN, rack->r_ctl.cwnd_to_use); in rack_ack_received() 6514 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_RTT, imax(0, rtt)); in tcp_rack_xmit_timer_commit() 10916 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_FRWIN, tiwin); in rack_do_segment_nounlock() 13324 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_RETXPB, in rack_output() 13331 stats_voi_update_abs_u64(tp->t_stats, VOI_TCP_TXPB, in rack_output()
|
| H A D | bbr.c | 3633 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_GPUT, in bbr_ack_received() 3636 stats_voi_update_abs_s32(tp->t_stats, in bbr_ack_received() 6408 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_RTT, imax(0, rtt_ticks)); in tcp_bbr_xmit_timer_commit() 11436 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_FRWIN, tiwin); in bbr_do_segment_nounlock() 11845 stats_voi_update_abs_u32(tp->t_stats, VOI_TCP_RETXPB, in bbr_do_send_accounting() 11881 stats_voi_update_abs_u64(tp->t_stats, VOI_TCP_TXPB, in bbr_do_send_accounting()
|