Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c469 hc_metrics_lite->rmx_recvpipe = hc_entry->rmx_recvpipe; in tcp_hc_get()
607 if (hcml->rmx_recvpipe != 0) { in tcp_hc_update()
608 if (hc_entry->rmx_recvpipe == 0) in tcp_hc_update()
609 hc_entry->rmx_recvpipe = hcml->rmx_recvpipe; in tcp_hc_update()
611 hc_entry->rmx_recvpipe = in tcp_hc_update()
612 ((uint64_t)hc_entry->rmx_recvpipe + in tcp_hc_update()
613 (uint64_t)hcml->rmx_recvpipe) /2; in tcp_hc_update()
671 hc_entry->rmx_recvpipe, in sysctl_tcp_hc_list()
H A Dtcp_hostcache.h64 uint32_t rmx_recvpipe; /* inbound delay-bandwidth product */ member
H A Dtcp_var.h485 uint32_t rmx_recvpipe; /* inbound delay-bandwidth product */ member
H A Dtcp_input.c3857 if ((so->so_rcv.sb_hiwat == V_tcp_recvspace) && metrics.rmx_recvpipe) in tcp_mss()
3858 bufsize = metrics.rmx_recvpipe; in tcp_mss()
H A Dtcp_subr.c2003 metrics.rmx_recvpipe = 0; in tcp_discardcb()
/f-stack/freebsd/net/
H A Droute.h85 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
/f-stack/tools/compat/include/net/
H A Droute.h83 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
/f-stack/tools/route/
H A Droute.c842 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()
1864 printf("%8lu%c ", rtm->rtm_rmx.rmx_recvpipe, lock(RPIPE));
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h485 uint32_t rmx_recvpipe; /* inbound delay-bandwidth product */ member