Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_hostcache.c113 uint32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member
402 hc_metrics_lite->rmx_sendpipe = atomic_load_32(&hc_entry->rmx_sendpipe); in tcp_hc_get()
585 if (hcml->rmx_sendpipe != 0) { in tcp_hc_update()
586 if (hc_entry->rmx_sendpipe == 0) in tcp_hc_update()
587 v = hcml->rmx_sendpipe; in tcp_hc_update()
589 v = ((uint64_t)hc_entry->rmx_sendpipe + in tcp_hc_update()
590 (uint64_t)hcml->rmx_sendpipe) /2; in tcp_hc_update()
591 atomic_store_32(&hc_entry->rmx_sendpipe, v); in tcp_hc_update()
692 hc_entry->rmx_sendpipe, in sysctl_tcp_hc_list()
HDtcp_var.h910 uint32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member
HDtcp_input.c3932 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.rmx_sendpipe) in tcp_mss()
3933 bufsize = metrics.rmx_sendpipe; in tcp_mss()
HDtcp_subr.c2565 metrics.rmx_sendpipe = 0; in tcp_discardcb()
/freebsd-14-stable/sys/net/
HDroute.h85 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
/freebsd-14-stable/usr.sbin/ppp/
HDroute.c763 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Set()
883 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Update()
/freebsd-14-stable/sbin/route/
HDroute.c821 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()
1858 printf("%8lu%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE)); in print_getmsg()
HDroute_netlink.c378 printf("%8lu ", rmx.rmx_sendpipe); in print_getmsg()