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

/freebsd-10.1-release/sys/netinet/
H A Dtcp_hostcache.h61 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member in struct:hc_metrics
H A Dtcp_hostcache.c437 hc_metrics_lite->rmx_sendpipe = hc_entry->rmx_sendpipe;
566 if (hcml->rmx_sendpipe != 0) {
567 if (hc_entry->rmx_sendpipe == 0)
568 hc_entry->rmx_sendpipe = hcml->rmx_sendpipe;
570 hc_entry->rmx_sendpipe =
571 (hc_entry->rmx_sendpipe + hcml->rmx_sendpipe) /2;
635 hc_entry->rmx_sendpipe,
[all...]
H A Dtcp_var.h325 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member in struct:hc_metrics_lite
H A Dtcp_input.c3592 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.rmx_sendpipe)
3593 bufsize = metrics.rmx_sendpipe;
H A Dtcp_subr.c986 metrics.rmx_sendpipe = 0;
/freebsd-10.1-release/sys/net/
H A Droute.h68 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member in struct:rt_metrics
/freebsd-10.1-release/usr.sbin/ppp/
H A Droute.c763 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe;
882 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe;
/freebsd-10.1-release/sbin/route/
H A Droute.c754 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe);
1774 printf("%8lu%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE));

Completed in 175 milliseconds