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

/xnu-2422.115.4/bsd/netkey/
H A Dkey.c2449 struct secpolicy *tmpsp; local
2451 LIST_FOREACH(tmpsp, &sptree[newsp->spidx.dir], chain)
2452 if (tmpsp->policy == IPSEC_POLICY_GENERATE)
2454 if (tmpsp)
2455 LIST_INSERT_BEFORE(tmpsp, newsp, chain);

Completed in 24 milliseconds