Home
last modified time | relevance | path

Searched refs:ah_pfkey_q (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dipsecah.c270 sadb_ager(&ahstack->ah_sadb.s_v4, ahstack->ah_pfkey_q, in ah_ager()
272 sadb_ager(&ahstack->ah_sadb.s_v6, ahstack->ah_pfkey_q, in ah_ager()
275 ahstack->ah_event = sadb_retimeout(begin, ahstack->ah_pfkey_q, in ah_ager()
450 if (ahstack->ah_pfkey_q != NULL) { in ipsecah_stack_fini()
451 (void) quntimeout(ahstack->ah_pfkey_q, ahstack->ah_event); in ipsecah_stack_fini()
521 if (q == ahstack->ah_pfkey_q) { in ipsecah_close()
524 ahstack->ah_pfkey_q = NULL; in ipsecah_close()
679 if (ahstack->ah_pfkey_q != NULL) in ah_register_out()
680 putnext(ahstack->ah_pfkey_q, mp); in ah_register_out()
937 rc = sadb_common_add(ahstack->ah_pfkey_q, mp, in ah_add_sa_finish()
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dipsecah.h112 queue_t *ah_pfkey_q; member