Home | Sort by: relevance | last modified time | path |
/src/sys/net/npf/ | |
npf_tableset.c | 89 void * t_blob; member in struct:npf_table::__anon62b0942c010a::__anon62b0942c0308 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); |
npf_tableset.c | 89 void * t_blob; member in struct:npf_table::__anon62b0942c010a::__anon62b0942c0308 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); |