Searched refs:sadb_ager (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | sadb.h | 782 void sadb_ager(sadb_t *, queue_t *, int, netstack_t *);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 270 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 D | ipsecesp.c | 377 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 D | sadb.c | 4103 * 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