Searched refs:rmx_sendpipe (Results 1 – 8 of 8) sorted by relevance
438 hc_metrics_lite->rmx_sendpipe = hc_entry->rmx_sendpipe; in tcp_hc_get()567 if (hcml->rmx_sendpipe != 0) { in tcp_hc_update()568 if (hc_entry->rmx_sendpipe == 0) in tcp_hc_update()569 hc_entry->rmx_sendpipe = hcml->rmx_sendpipe; in tcp_hc_update()571 hc_entry->rmx_sendpipe = in tcp_hc_update()572 (hc_entry->rmx_sendpipe + hcml->rmx_sendpipe) /2; in tcp_hc_update()633 hc_entry->rmx_sendpipe, in sysctl_tcp_hc_list()
61 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
327 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
3606 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.rmx_sendpipe) in tcp_mss()3607 bufsize = metrics.rmx_sendpipe; in tcp_mss()
921 metrics.rmx_sendpipe = 0; in tcp_discardcb()
77 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
778 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Set()897 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Update()
777 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()1834 printf("%8ld%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE)); in print_getmsg()