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

/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Dsack_filter.h42 #define SACK_FILTER_BLOCKS 7 macro
49 struct sackblk sf_blks[SACK_FILTER_BLOCKS];
H A Dsack_filter.c113 for (i = 0; i < SACK_FILTER_BLOCKS; i++) {
143 for (i = sf->sf_cur, cnt=0; cnt < SACK_FILTER_BLOCKS; cnt++) {
230 i %= SACK_FILTER_BLOCKS;
284 i = (idx + 1) % SACK_FILTER_BLOCKS;
285 for (cnt=0; cnt <(SACK_FILTER_BLOCKS-1); cnt++) {
293 i %= SACK_FILTER_BLOCKS;
332 sf->sf_cur %= SACK_FILTER_BLOCKS;
334 (sf->sf_used < SACK_FILTER_BLOCKS)) {
340 if (sf->sf_used < SACK_FILTER_BLOCKS)
366 for(i=0; i<SACK_FILTER_BLOCKS;
[all...]

Completed in 102 milliseconds