Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dtcp_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()
Dtcp_hostcache.h61 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
Dtcp_var.h327 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
Dtcp_input.c3606 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.rmx_sendpipe) in tcp_mss()
3607 bufsize = metrics.rmx_sendpipe; in tcp_mss()
Dtcp_subr.c921 metrics.rmx_sendpipe = 0; in tcp_discardcb()
/freebsd-9-stable/sys/net/
Droute.h77 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
/freebsd-9-stable/usr.sbin/ppp/
Droute.c778 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()
/freebsd-9-stable/sbin/route/
Droute.c777 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()
1834 printf("%8ld%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE)); in print_getmsg()