Searched refs:ipsec_outbound_sa (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ |
H A D | ipsec_impl.h | 1002 extern boolean_t ipsec_outbound_sa(mblk_t *, ip_xmit_attr_t *, uint_t);
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_sadb.c | 568 ipsec_outbound_sa(mblk_t *data_mp, ip_xmit_attr_t *ixa, uint_t proto) in ipsec_outbound_sa() function
|
H A D | ipsecesp.c | 1839 if (!ipsec_outbound_sa(data_mp, ixa, IPPROTO_AH)) { in esp_do_outbound_ah() 3534 if (!ipsec_outbound_sa(data_mp, ixa, IPPROTO_ESP)) { in esp_outbound_finish()
|
H A D | ipsecah.c | 1011 if (!ipsec_outbound_sa(data_mp, ixa, IPPROTO_AH)) { in ah_outbound_finish()
|
H A D | ip.c | 12305 need_esp_acquire = !ipsec_outbound_sa(mp, ixa, in ipsec_out_select_sa() 12313 need_ah_acquire = !ipsec_outbound_sa(mp, ixa, in ipsec_out_select_sa()
|