Lines Matching defs:doing_tlp
7179 rack_timeout_tlp(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts, uint8_t *doing_tlp)
7350 *doing_tlp = 1;
7960 rack_process_timers(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts, uint8_t hpts_calling, uint8_t *doing_tlp)
8057 ret = rack_timeout_tlp(tp, rack, cts, doing_tlp);
18481 uint64_t ts_val, uint32_t cts, uint32_t ms_cts, struct timeval *tv, int len, uint8_t doing_tlp)
18526 if (doing_tlp) {
18815 if (doing_tlp == 0) {
18860 if (doing_tlp == 0)
18934 if (doing_tlp) {
18940 tcp_account_for_send(tp, len, 1, doing_tlp, rsm->r_hw_tls);
18941 if (doing_tlp) {
19741 /* The doing_tlp flag will be set by the actual rack_timeout_tlp() */
19742 uint8_t doing_tlp = 0;
19835 &doing_tlp);
19921 (doing_tlp == 0) &&
20138 doing_tlp = 0;
20199 (doing_tlp == 0) &&
20309 ret = rack_fast_rsm_output(tp, rack, rsm, ts_val, cts, ms_cts, &tv, len, doing_tlp);
20571 (doing_tlp == 0) &&
21951 if (doing_tlp)
21956 if (doing_tlp)
22140 tcp_account_for_send(tp, len, (rsm != NULL), doing_tlp, hw_tls);
22141 if (rsm && doing_tlp) {
22154 if (rsm && (doing_tlp == 0)) {
22192 if (doing_tlp) {
22214 if (rsm && (doing_tlp == 0))
22219 if (doing_tlp == 0) {