ratelimit.c | 62 static struct rl_ip_node *rl_add(struct servtab *, union addr *); 240 rl_add(struct servtab *sep, union addr *addr) function in typeref:struct:rl_ip_node * 397 node = rl_add(sep, &addr); 399 /* If rl_add can't allocate, reject request */ 425 node = rl_add(sep, &addr);
|