Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dthrottle.c54 static struct throttle_list throttle_list = variable
55 TAILQ_HEAD_INITIALIZER(throttle_list);
78 TAILQ_INSERT_HEAD(&throttle_list, te, next);
97 RACOON_TAILQ_FOREACH_REVERSE(te, &throttle_list, throttle_list, next) {
102 TAILQ_REMOVE(&throttle_list, te, next);
H A Dthrottle.h45 TAILQ_HEAD(throttle_list, throttle_entry);