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

/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h782 void sadb_ager(sadb_t *, queue_t *, int, netstack_t *);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c270 sadb_ager(&ahstack->ah_sadb.s_v4, ahstack->ah_pfkey_q,
272 sadb_ager(&ahstack->ah_sadb.s_v6, ahstack->ah_pfkey_q,
H A Dipsecesp.c377 sadb_ager(&espstack->esp_sadb.s_v4, espstack->esp_pfkey_q,
379 sadb_ager(&espstack->esp_sadb.s_v6, espstack->esp_pfkey_q,
H A Dsadb.c4103 * the second time sadb_ager() runs.
4106 sadb_ager(sadb_t *sp, queue_t *pfkey_q, int reap_delay, netstack_t *ns) function
7536 * sadb_ager(), although this is only a guide as it
7579 * The sadb_ager() function walks through the hash tables of SA's and ages
7581 * the next time sadb_ager() runs. SA's which are paired or have a peer (same
7587 * This function is called twice by sadb_ager(), one after processing the

Completed in 95 milliseconds