Home
last modified time | relevance | path

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

/NextBSD/sys/nlm/
HDnlm_advlock.c64 bool_t ns_active; /* TRUE if we own a lock */ member
315 if (ns->ns_active) { in nlm_advlock_internal()
317 ns->ns_active = FALSE; in nlm_advlock_internal()
334 if (!ns->ns_active) { in nlm_advlock_internal()
344 ns->ns_active = TRUE; in nlm_advlock_internal()
355 if (ns->ns_active) { in nlm_advlock_internal()
357 ns->ns_active = FALSE; in nlm_advlock_internal()
1133 newns->ns_active = FALSE; in nlm_find_svid()
1168 KASSERT(!ns->ns_active, ("Freeing active SVID")); in nlm_free_svid()
/NextBSD/contrib/ipfilter/tools/
HDipnat.c501 printf("%u\tactive\n", nsp->ns_active);
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_nat6.c979 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >
984 if (nsp->ns_active >= softn->ipf_nat_table_max) {
1008 (nsp->ns_active > 100)) {
1009 softn->ipf_nat_table_max = nsp->ns_active - 100;
HDip_nat.h527 u_int ns_active; member
HDip_nat.c2440 softn->ipf_nat_stats.ns_active--;
3119 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >
3124 if (nsp->ns_active >= softn->ipf_nat_table_max) {
3148 (nsp->ns_active > 100)) {
3149 softn->ipf_nat_table_max = nsp->ns_active - 100;
3602 softn->ipf_nat_stats.ns_active++;
6905 &softn->ipf_nat_stats.ns_active,