| npf_tableset.c | 89 void * t_blob; member in struct:npf_table::__anon7077::__anon7079 393 t->t_blob = kmem_alloc(size, KM_SLEEP); 394 if (t->t_blob == NULL) { 397 memcpy(t->t_blob, blob, size); 400 t->t_cdb = cdbr_open_mem(t->t_blob, size, 403 kmem_free(t->t_blob, t->t_bsize); 442 kmem_free(t->t_blob, t->t_bsize);
|