Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dtcp_hostcache.c439 hc_metrics_lite->rmx_recvpipe = hc_entry->rmx_recvpipe; in tcp_hc_get()
575 if (hcml->rmx_recvpipe != 0) { in tcp_hc_update()
576 if (hc_entry->rmx_recvpipe == 0) in tcp_hc_update()
577 hc_entry->rmx_recvpipe = hcml->rmx_recvpipe; in tcp_hc_update()
579 hc_entry->rmx_recvpipe = in tcp_hc_update()
580 (hc_entry->rmx_recvpipe + hcml->rmx_recvpipe) /2; in tcp_hc_update()
634 hc_entry->rmx_recvpipe, in sysctl_tcp_hc_list()
Dtcp_hostcache.h62 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
Dtcp_var.h356 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
Dtcp_input.c3780 if ((so->so_rcv.sb_hiwat == V_tcp_recvspace) && metrics.rmx_recvpipe) in tcp_mss()
3781 bufsize = metrics.rmx_recvpipe; in tcp_mss()
Dtcp_subr.c1099 metrics.rmx_recvpipe = 0; in tcp_discardcb()
/freebsd-10-stable/sys/net/
Droute.h67 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
/freebsd-10-stable/usr.sbin/ppp/
Droute.c767 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Set()
887 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Update()
/freebsd-10-stable/sbin/route/
Droute.c753 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()
1778 printf("%8lu%c ", rtm->rtm_rmx.rmx_recvpipe, lock(RPIPE)); in print_getmsg()