Searched refs:rmx_sendpipe (Results 1 – 9 of 9) sorted by relevance
468 hc_metrics_lite->rmx_sendpipe = hc_entry->rmx_sendpipe; in tcp_hc_get()598 if (hcml->rmx_sendpipe != 0) { in tcp_hc_update()599 if (hc_entry->rmx_sendpipe == 0) in tcp_hc_update()600 hc_entry->rmx_sendpipe = hcml->rmx_sendpipe; in tcp_hc_update()602 hc_entry->rmx_sendpipe = in tcp_hc_update()603 ((uint64_t)hc_entry->rmx_sendpipe + in tcp_hc_update()604 (uint64_t)hcml->rmx_sendpipe) /2; in tcp_hc_update()670 hc_entry->rmx_sendpipe, in sysctl_tcp_hc_list()
63 uint32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member
484 uint32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member
3832 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.rmx_sendpipe) in tcp_mss()3833 bufsize = metrics.rmx_sendpipe; in tcp_mss()
2002 metrics.rmx_sendpipe = 0; in tcp_discardcb()
86 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
84 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
843 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()1865 printf("%8lu%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE));