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

/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Drack.c5629 rack_log_wakeup(struct tcpcb *tp, struct tcp_rack *rack, struct sockbuf *sb, uint32_t len, int type) function
9869 rack_log_wakeup(tp,rack, &so->so_snd, acked, 2);
10221 rack_log_wakeup(tp,rack, &so->so_rcv, tlen, 1);
10488 rack_log_wakeup(tp,rack, &so->so_rcv, tlen, 1);
10648 rack_log_wakeup(tp,rack, &so->so_snd, acked, 2);
13175 rack_log_wakeup(tp,rack, &so->so_snd, acked, 2);

Completed in 78 milliseconds