Home
last modified time | relevance | path

Searched refs:rmx_sendpipe (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/netinet/
HDtcp_hostcache.c438 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()
HDtcp_hostcache.h61 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
HDtcp_var.h336 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
HDtcp_input.c3590 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.rmx_sendpipe) in tcp_mss()
3591 bufsize = metrics.rmx_sendpipe; in tcp_mss()
HDtcp_subr.c987 metrics.rmx_sendpipe = 0; in tcp_discardcb()
/trueos/sys/net/
HDroute.h68 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
/trueos/usr.sbin/ppp/
HDroute.c763 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Set()
882 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Update()
/trueos/sbin/route/
HDroute.c754 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()
1774 printf("%8lu%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE)); in print_getmsg()