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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c821 if (hard->sadb_lifetime_allocations != 0 &&
822 soft->sadb_lifetime_allocations != 0 &&
823 hard->sadb_lifetime_allocations < soft->sadb_lifetime_allocations)
1275 lt->sadb_lifetime_allocations = 0;
1284 lt->sadb_lifetime_allocations = ipsa->ipsa_hardalloc;
1294 lt->sadb_lifetime_allocations = ipsa->ipsa_softalloc;
3149 newbie->ipsa_softalloc = soft->sadb_lifetime_allocations;
3156 newbie->ipsa_hardalloc = hard->sadb_lifetime_allocations;
3827 current->sadb_lifetime_allocations
[all...]
/illumos-gate/usr/src/uts/common/net/
H A Dpfkeyv2.h118 uint32_t sadb_lifetime_allocations; member in struct:sadb_lifetime
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1926 current->sadb_lifetime_allocations);
1951 soft->sadb_lifetime_allocations);
2031 hard->sadb_lifetime_allocations);
2825 if (lifetime->sadb_lifetime_allocations != 0 && fprintf(ofile,
2826 "%s_alloc %u ", prefix, lifetime->sadb_lifetime_allocations) < 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c2429 if (hard->sadb_lifetime_allocations != 0) {
2435 hard->sadb_lifetime_allocations =
2488 if (soft->sadb_lifetime_allocations != 0) {
2494 soft->sadb_lifetime_allocations =

Completed in 89 milliseconds