Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netipsec/
HDxform.h91 void (*xf_cleanup)(struct secasvar*); /* cleanup */ member
HDxform_tcp.c388 .xf_cleanup = tcpsignature_cleanup,
HDxform_ipcomp.c747 .xf_cleanup = ipcomp_cleanup,
HDxform_ah.c1172 .xf_cleanup = ah_cleanup,
HDxform_esp.c1080 .xf_cleanup = esp_cleanup,
HDkey.c3116 sav->tdb_xform->xf_cleanup(sav); in key_cleansav()