Home
last modified time | relevance | path

Searched refs:xf_cleanup (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netipsec/
H A Dxform.h91 void (*xf_cleanup)(struct secasvar*); /* cleanup */ member
H A Dxform_tcp.c388 .xf_cleanup = tcpsignature_cleanup,
H A Dxform_ipcomp.c747 .xf_cleanup = ipcomp_cleanup,
H A Dxform_esp.c1079 .xf_cleanup = esp_cleanup,
H A Dxform_ah.c1172 .xf_cleanup = ah_cleanup,
H A Dkey.c3231 sav->tdb_xform->xf_cleanup(sav); in key_cleansav()