Searched refs:txsi (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netinet/khelp/
H A Dh_ertt.c102 #define TXSI_RX_MEASURE_END 0x04 /* Measure the rx rate until this txsi. */
127 /* Flags to indicate how marked_packet_rtt should handle this txsi. */
128 #define MULTI_ACK 0x01 /* More than this txsi is acked. */
139 marked_packet_rtt(struct txseginfo *txsi, struct ertt *e_t, struct tcpcb *tp, argument
146 * byte counters and flag to measure next txsi. Note that since the
148 * transmitted bytes. Then pretend the next txsi was marked.
151 *pmeasurenext = txsi->tx_ts;
152 *pmeasurenext_len = txsi->len;
162 txsi->tx_ts + 1;
205 struct txseginfo *txsi; local
440 struct txseginfo *txsi; local
538 struct txseginfo *n_txsi, *txsi; local
[all...]

Completed in 46 milliseconds