Home
last modified time | relevance | path

Searched refs:ratelimit_entry (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/wg/
H A Dwg_cookie.c45 struct ratelimit_entry { struct
46 LIST_ENTRY(ratelimit_entry) r_entry;
56 LIST_HEAD(, ratelimit_entry) rl_table[RATELIMIT_SIZE]; argument
89 sizeof(struct ratelimit_entry), NULL, NULL, NULL, NULL, 0, 0); in cookie_init()
396 struct ratelimit_entry *r, *tr; in ratelimit_gc()
424 struct ratelimit_entry *r; in ratelimit_allow()