Home
last modified time | relevance | path

Searched refs:delivered (Results 1 – 24 of 24) sorted by relevance

/f-stack/tools/netstat/
H A Dinet6.c1234 u_quad_t delivered; local
1258 delivered = rip6stat.rip6s_ipackets -
1263 if (delivered || sflag <= 1)
1265 (uintmax_t)delivered);
H A Dinet.c891 uint64_t delivered; in udp_stats() local
930 delivered = udpstat.udps_ipackets - in udp_stats()
937 if (delivered || sflag <= 1) in udp_stats()
939 (uint64_t)delivered); in udp_stats()
/f-stack/freebsd/contrib/device-tree/Bindings/leds/irled/
H A Dspi-ir-led.txt5 are delivered thourgh that.
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-xp-db-xc3-24g4xg.dts13 * boards were delivered with an older version of the bootloader that
H A Darmada-xp-db-dxbc2.dts13 * boards were delivered with an older version of the bootloader that
H A Darmada-370-rd.dts14 * boards were delivered with an older version of the bootloader that
H A Darmada-xp-db.dts17 * boards were delivered with an older version of the bootloader that
H A Darmada-xp-gp.dts16 * boards were delivered with an older version of the bootloader that
H A Darmada-370-db.dts16 * boards were delivered with an older version of the bootloader that
H A Darmada-370-synology-ds213j.dts12 * were delivered with an older version of u-boot that left internal
H A Darmada-xp-synology-ds414.dts12 * were delivered with an older version of u-boot that left internal
/f-stack/freebsd/netinet/
H A Dtcp_log_buf.h80 uint32_t delivered; member
H A Dtcp_lro.c465 log.u_bbr.delivered = th_ack; in tcp_lro_log()
H A Dtcp_hpts.c333 log.u_bbr.delivered = hpts->saved_curtick; in tcp_hpts_log()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst206 In other words, any IPC message sent in a primary process will be delivered to
208 delivered to primary process. Unicast from primary to secondary or from
302 message to be delivered and for the callback to be trigger.
310 pointer. The resulting response will then be delivered to the correct requestor.
H A Drte_flow.rst2595 Tag is a transient data used during flow matching. This is not delivered to
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3185 if ((delivered == 0) || in bbr_lt_bw_sampling()
3263 if ((delivered == 0) || in bbr_lt_bw_sampling()
3282 bw = delivered; in bbr_lt_bw_sampling()
6568 bw = (uint64_t)delivered; in bbr_nf_measurement()
6588 if ((delivered == 0) || in bbr_nf_measurement()
6595 0, 0, 0, delivered); in bbr_nf_measurement()
6607 delivered, in bbr_nf_measurement()
6615 delivered, in bbr_nf_measurement()
6645 delivered, in bbr_nf_measurement()
6685 bw = (uint64_t)delivered; in bbr_google_measurement()
[all …]
H A Dtcp_bbr.h248 uint32_t delivered; /* UU */ member
H A Drack.c1761 log.u_bbr.delivered = rack->r_ctl.rack_rs.rs_us_rtt; in rack_log_rtt_upd()
2116 log.u_bbr.delivered = tcp_sad_decay_val; in rack_log_sad()
2867 log.u_bbr.delivered = rack->r_ctl.rc_target_probertt_flight; in rack_log_rtt_shrinks()
4718 log.u_bbr.delivered = diag->p_prev_slot; in rack_log_hpts_diag()
10842 log.u_bbr.delivered = (http_req->localtime % HPTS_USEC_IN_SEC); in rack_do_segment_nounlock()
13703 log.u_bbr.delivered = sendalot; in rack_output()
/f-stack/freebsd/kern/
H A Dsched_4bsd.c243 SYSCTL_INT(_kern_sched_ipiwakeup, OID_AUTO, delivered, CTLFLAG_RD,
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst103 * Rx metadata is delivered to the host via a dynamic field of ``rte_mbuf``
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog141 being inadvertently delivered to background threads. (@jasone,
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst346 …the PMD. The imissed counter is the amount of packets that could not be delivered to SW because a …
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2690 MKT(UNI_EPSTATE_ALERT_DLVD, alerting-delivered), in DEF_IE_PRINT()