Searched refs:rack_log_wakeup (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 6517 rack_log_wakeup(struct tcpcb *tp, struct tcp_rack *rack, struct sockbuf *sb, uint32_t len, int type) in rack_log_wakeup() function 11994 rack_log_wakeup(tp,rack, &so->so_snd, acked, 2); in rack_process_ack() 12377 rack_log_wakeup(tp,rack, &so->so_rcv, tlen, 1); in rack_process_data() 12620 rack_log_wakeup(tp,rack, &so->so_rcv, tlen, 1); in rack_do_fastnewdata() 12767 rack_log_wakeup(tp,rack, &so->so_snd, acked, 2); in rack_fastack() 16089 rack_log_wakeup(tp,rack, &so->so_snd, acked, 2); in rack_do_compressed_ack_processing()
|