Searched defs:ipsec_alloc_tables (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c448 * Free what ipsec_alloc_tables allocated.
500 ipsec_alloc_tables(int kmflag, netstack_t *ns) function
615 if (ipsec_alloc_tables(KM_NOSLEEP, ns) != 0) {
622 (void) ipsec_alloc_tables(KM_SLEEP, ns);

Completed in 88 milliseconds