* ipcomp_cleanup() used when IPCA is deleted */
| 182 | * ipcomp_cleanup() used when IPCA is deleted |
| 183 | */ |
| 184 | static void |
| 185 | ipcomp_cleanup(struct secasvar *sav) |
| 186 | { |
| 187 | |
| 188 | crypto_freesession(sav->tdb_cryptoid); |
| 189 | sav->tdb_cryptoid = NULL; |
| 190 | } |
| 191 | |
| 192 | /* |
| 193 | * ipcomp_input() gets called to uncompress an input packet |
nothing calls this directly
no test coverage detected