HomeSort by relevance Sort by last modified time
    Searched refs:throttle_list (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
throttle.h 43 TAILQ_HEAD(throttle_list, throttle_entry);
throttle.c 68 struct throttle_list throttle_list = TAILQ_HEAD_INITIALIZER(throttle_list); variable in typeref:struct:throttle_list
87 TAILQ_INSERT_HEAD(&throttle_list, te, next);
107 RACOON_TAILQ_FOREACH_REVERSE(te, &throttle_list, throttle_list, next) {
112 TAILQ_REMOVE(&throttle_list, te, next);

Completed in 874 milliseconds