Searched refs:rate_limit_active (Results 1 – 2 of 2) sorted by relevance
231 counter_u64_t rate_limit_active; variable238 &rate_limit_active, "Active rate limited connections");3463 counter_u64_add(rate_limit_active, 1); in in_pcbattach_txrtlmt()3476 counter_u64_add(rate_limit_active, -1); in in_pcbdetach_tag()3499 counter_u64_add(rate_limit_active, -1); in in_pcbdetach_txrtlmt()3643 rate_limit_active = counter_u64_alloc(M_WAITOK); in rl_init()
447 extern counter_u64_t rate_limit_active;471 counter_u64_add(rate_limit_active, 1); in rl_attach_txrtlmt()