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

/netbsd-6-1-5-RELEASE/dist/ipf/ipsd/
H A Dipsd.h18 u_int sd_cnt; member in struct:__anon822
H A Dipsd.c90 for (i = 0, sh = ihp->sd_hit; i < ihp->sd_cnt; i++, sh++)
94 for (i = ihp->sd_cnt / 2, j = (i / 2) - 1; j >= 0; j--) {
126 sh = ihp->sd_hit + ihp->sd_cnt;
129 if (++ihp->sd_cnt == ihp->sd_sz)
135 qsort(sh, ihp->sd_cnt, sizeof(*sh), ipcmp);
162 iphits[i]->sd_cnt = 0;
192 if (ips->sd_cnt) {
H A Dipsdr.c100 for (i = 0, sh = ihp->sd_hit; i < ihp->sd_cnt; i++, sh++)
104 for (i = ihp->sd_cnt / 2, j = (i / 2) - 1; j >= 0; j--) {
137 sh = ihp->sd_hit + ihp->sd_cnt;
140 if (++ihp->sd_cnt == ihp->sd_sz)
146 qsort(sh, ihp->sd_cnt, sizeof(*sh), ipcmp);
173 iphits[i]->sd_cnt = 0;
204 for (i = 0; i < ips->sd_cnt; i++)
274 nip += iphits[i]->sd_cnt;
280 for (j = 0; j < ips->sd_cnt; j++) {

Completed in 115 milliseconds