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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c5189 int spbufcount = 0, savbufcount = 0, spcount = 0, savexcount = 0, savkacount = 0, cnt; local
5195 if ((spbufcount = ipsec_policy_count) != 0) {
5196 spbufcount += 256;
5197 KMALLOC_WAIT(spbuf, struct secpolicy **, spbufcount * sizeof(struct secpolicy *));
5231 if (spbuf && spcount < spbufcount) {

Completed in 30 milliseconds