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

/openbsd-current/sys/net/
H A Dwg_cookie.h47 #define RATELIMIT_SIZE (1 << 13) macro
48 #define RATELIMIT_SIZE_MAX (RATELIMIT_SIZE * 8)
H A Dwg_cookie.c294 rl->rl_table = hashinit(RATELIMIT_SIZE, M_DEVBUF, M_NOWAIT,
306 hashfree(rl->rl_table, RATELIMIT_SIZE, M_DEVBUF);
320 for (i = 0; i < RATELIMIT_SIZE; i++) {
336 for (i = 0; i < RATELIMIT_SIZE; i++) {

Completed in 121 milliseconds