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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c2778 int cnt = 0, bufcount; local
2787 if ((bufcount = ipsec_policy_count) == 0) {
2791 bufcount += 256; /* extra */
2792 KMALLOC_WAIT(spbuf, struct secpolicy**, bufcount * sizeof(struct secpolicy*));
2803 if (cnt == bufcount)
8078 int cnt = 0, cnt2, bufcount; local
8094 if ((bufcount = ipsec_sav_count) <= 0) {
8098 bufcount += 512; /* extra */
8099 KMALLOC_WAIT(savbuf, struct sav_dump_elem*, bufcount * sizeof(struct sav_dump_elem));
8127 if (cnt == bufcount)
[all...]

Completed in 28 milliseconds