Home | History | Annotate | Download | only in npf

Lines Matching refs:ubuf

749     void *ubuf, size_t len, size_t *off)
751 void *ubufp = (uint8_t *)ubuf + *off;
765 table_generic_list(npf_table_t *t, void *ubuf, size_t len)
774 ent->te_alen, ent->te_preflen, ubuf, len, &off);
783 table_cdb_list(npf_table_t *t, void *ubuf, size_t len)
793 error = table_ent_copyout(data, dlen, 0, ubuf, len, &off);
804 npf_table_list(npf_table_t *t, void *ubuf, size_t len)
811 error = table_generic_list(t, ubuf, len);
814 error = table_generic_list(t, ubuf, len);
817 error = table_cdb_list(t, ubuf, len);
820 error = table_generic_list(t, ubuf, len);