Searched defs:num_sacks (Results 1 – 1 of 1) sorted by relevance
1256 struct tcp_sack_block_wire *sp, int num_sacks, in tcp_check_dsack()1825 int num_sacks = min(TCP_NUM_SACKS, (ptr[1] - TCPOLEN_SACK_BASE) >> 3); in tcp_sacktag_write_queue() local4628 int num_sacks = tp->rx_opt.num_sacks; in tcp_sack_remove() local