Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c468 hc_metrics_lite->rmx_sendpipe = hc_entry->rmx_sendpipe; in tcp_hc_get()
598 if (hcml->rmx_sendpipe != 0) { in tcp_hc_update()
599 if (hc_entry->rmx_sendpipe == 0) in tcp_hc_update()
600 hc_entry->rmx_sendpipe = hcml->rmx_sendpipe; in tcp_hc_update()
602 hc_entry->rmx_sendpipe = in tcp_hc_update()
603 ((uint64_t)hc_entry->rmx_sendpipe + in tcp_hc_update()
604 (uint64_t)hcml->rmx_sendpipe) /2; in tcp_hc_update()
670 hc_entry->rmx_sendpipe, in sysctl_tcp_hc_list()
H A Dtcp_hostcache.h63 uint32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member
H A Dtcp_var.h484 uint32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member
H A Dtcp_input.c3832 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.rmx_sendpipe) in tcp_mss()
3833 bufsize = metrics.rmx_sendpipe; in tcp_mss()
H A Dtcp_subr.c2002 metrics.rmx_sendpipe = 0; in tcp_discardcb()
/f-stack/freebsd/net/
H A Droute.h86 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
/f-stack/tools/compat/include/net/
H A Droute.h84 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
/f-stack/tools/route/
H A Droute.c843 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()
1865 printf("%8lu%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE));
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h484 uint32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member