Lines Matching refs:outbound

806 		secondary = sq.outbound;  in ah_add_sa_finish()
812 primary = sq.outbound; in ah_add_sa_finish()
837 secondary = sq.outbound; in ah_add_sa_finish()
852 primary = sq.outbound; in ah_add_sa_finish()
1900 isaf_t *outbound, *inbound; in ah_getspi() local
1936 outbound = OUTBOUND_BUCKET_V6(&ahstack->ah_sadb.s_v6, in ah_getspi()
1941 outbound = OUTBOUND_BUCKET_V4(&ahstack->ah_sadb.s_v4, in ah_getspi()
1947 mutex_enter(&outbound->isaf_lock); in ah_getspi()
1957 target = ipsec_getassocbyspi(outbound, newbie->ipsa_spi, in ah_getspi()
1988 mutex_exit(&outbound->isaf_lock); in ah_getspi()
2392 ah_fix_phdr_v6(ip6_t *ip6h, ip6_t *oip6h, boolean_t outbound, in ah_fix_phdr_v6() argument
2461 if (!copy_always && outbound) { in ah_fix_phdr_v6()
2510 if (outbound && dsthdr->ip6d_nxt != IPPROTO_ROUTING && in ah_fix_phdr_v6()
2531 ASSERT(!outbound); in ah_fix_phdr_v6()
2534 ASSERT(outbound); in ah_fix_phdr_v6()
3052 uint_t ah_data_sz, boolean_t outbound, ipsecah_stack_t *ahstack) in ah_process_ip_options_v6() argument
3087 if (!outbound && (MBLKL(mp) < hdr_size)) { in ah_process_ip_options_v6()
3110 if (outbound) { in ah_process_ip_options_v6()
3137 ah_offset = ah_fix_phdr_v6(ip6h, oip6h, outbound, B_FALSE); in ah_process_ip_options_v6()
3144 (outbound ? NULL : ((ah_t *)((uint8_t *)oip6h + ah_offset))), in ah_process_ip_options_v6()
3156 if (!outbound) in ah_process_ip_options_v6()
3168 uint_t ah_data_sz, boolean_t outbound, ipsecah_stack_t *ahstack) in ah_process_ip_options_v4() argument
3235 if (outbound) { in ah_process_ip_options_v4()
3346 if (outbound) in ah_process_ip_options_v4()
3352 (outbound ? NULL : ((ah_t *)((uint8_t *)oipha + ip_hdr_length))), in ah_process_ip_options_v4()
3366 if (outbound) in ah_process_ip_options_v4()