Searched refs:static_count (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c278 static u_int32_t static_count; /* # of static rules */ variable
293 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, static_count, CTLFLAG_RD | CTLFLAG_LOCKED,
294 &static_count, 0, "Number of static rules");
2901 static_count++;
2906 rule->rulenum, static_count);)
2931 static_count--;
3042 static_count--;
3650 buf2 = _MALLOC(static_count * sizeof(struct ip_old_fw), M_TEMP, M_WAITOK);
3660 for (i = 0; i < static_count; i++) {
3688 buf_size = static_count * ipfwcompsiz
[all...]

Completed in 23 milliseconds