Searched refs:ah_pfkey_q (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 259 sadb_ager(&ahstack->ah_sadb.s_v4, ahstack->ah_pfkey_q, in ah_ager() 261 sadb_ager(&ahstack->ah_sadb.s_v6, ahstack->ah_pfkey_q, in ah_ager() 264 ahstack->ah_event = sadb_retimeout(begin, ahstack->ah_pfkey_q, in ah_ager() 438 if (ahstack->ah_pfkey_q != NULL) { in ipsecah_stack_fini() 439 (void) quntimeout(ahstack->ah_pfkey_q, ahstack->ah_event); in ipsecah_stack_fini() 509 if (q == ahstack->ah_pfkey_q) { in ipsecah_close() 512 ahstack->ah_pfkey_q = NULL; in ipsecah_close() 667 if (ahstack->ah_pfkey_q != NULL) in ah_register_out() 668 putnext(ahstack->ah_pfkey_q, mp); in ah_register_out() 925 rc = sadb_common_add(ahstack->ah_pfkey_q, mp, in ah_add_sa_finish() [all …]
|
H A D | sadb.c | 5718 q = ahstack->ah_pfkey_q;
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ipsecah.h | 113 queue_t *ah_pfkey_q; member
|