wep_ctx
struct wep_ctx *ctx = k->wk_private;
kmem_free(ctx, sizeof (struct wep_ctx));
struct wep_ctx *ctx = k->wk_private;
struct wep_ctx *ctx;
ctx = kmem_zalloc(sizeof (struct wep_ctx), KM_NOSLEEP);