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

/freebsd-10-stable/sys/netinet/
H A Dtcp_hostcache.h61 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member in struct:hc_metrics
H A Dtcp_hostcache.c438 hc_metrics_lite->rmx_sendpipe = hc_entry->rmx_sendpipe;
567 if (hcml->rmx_sendpipe != 0) {
568 if (hc_entry->rmx_sendpipe == 0)
569 hc_entry->rmx_sendpipe = hcml->rmx_sendpipe;
571 hc_entry->rmx_sendpipe =
572 (hc_entry->rmx_sendpipe + hcml->rmx_sendpipe) /2;
633 hc_entry->rmx_sendpipe,
[all...]
H A Dtcp_var.h355 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member in struct:hc_metrics_lite
H A Dtcp_input.c3763 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.rmx_sendpipe)
3764 bufsize = metrics.rmx_sendpipe;
H A Dtcp_subr.c1098 metrics.rmx_sendpipe = 0;
/freebsd-10-stable/sys/net/
H A Droute.h68 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member in struct:rt_metrics
/freebsd-10-stable/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-stable/sbin/route/
H A Droute.c754 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe);
1779 printf("%8lu%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE));

Completed in 86 milliseconds