Searched defs:ah_auth_out_done (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c136 static mblk_t *ah_auth_out_done(mblk_t *, ip_xmit_attr_t *, ipsec_crypto_t *);
2381 * ah_auth_out_done(). Please refer to that function for details.
2389 * it is not needed when ah_auth_out_done is calling this function.
2721 data_mp = ah_auth_out_done(data_mp, &ixas, ic);
3022 phdr_mp = ah_auth_out_done(phdr_mp, ixa, ic);
3867 ah_auth_out_done(mblk_t *phdr_mp, ip_xmit_attr_t *ixa, ipsec_crypto_t *ic) function

Completed in 70 milliseconds