af_ktls icon indicating copy to clipboard operation
af_ktls copied to clipboard

Adapt return values

Open fridex opened this issue 8 years ago • 1 comments

Return values should be disjoint from ones from calls to other parts of the kernel. This will give us ability to clarify what went wrong (e.g. there was an error in decryption, not data record (not 0x17), etc). Maybe they will need to be remapped (e.g. if crypto API returns same error as kernel_{recv,send}msg()).

fridex avatar Apr 06 '16 15:04 fridex

I think only one new one is necessary for not a data record

djwatson avatar Oct 05 '16 05:10 djwatson