Lines Matching refs:namedobj_instance
89 struct namedobj_instance { struct
103 static uint32_t objhash_hash_name(struct namedobj_instance *ni, argument
105 static uint32_t objhash_hash_idx(struct namedobj_instance *ni, uint32_t val);
168 static int export_objhash_ntlv(struct namedobj_instance *ni, uint16_t kidx,
897 swap_sets_cb(struct namedobj_instance *ni, struct named_object *no, in swap_sets_cb()
911 move_sets_cb(struct namedobj_instance *ni, struct named_object *no, in move_sets_cb()
923 test_sets_cb(struct namedobj_instance *ni, struct named_object *no, in test_sets_cb()
941 ipfw_obj_manage_sets(struct namedobj_instance *ni, uint16_t type, in ipfw_obj_manage_sets()
2260 export_objhash_ntlv(struct namedobj_instance *ni, uint16_t kidx, in export_objhash_ntlv()
2278 export_named_objects(struct namedobj_instance *ni, struct dump_args *da, in export_named_objects()
3348 export_objhash_ntlv_internal(struct namedobj_instance *ni, in export_objhash_ntlv_internal()
4277 ipfw_objhash_bitmap_merge(struct namedobj_instance *ni, void **idx, int *blocks) in ipfw_objhash_bitmap_merge()
4298 ipfw_objhash_bitmap_swap(struct namedobj_instance *ni, void **idx, int *blocks) in ipfw_objhash_bitmap_swap()
4326 struct namedobj_instance *
4329 struct namedobj_instance *ni; in ipfw_objhash_create()
4333 size = sizeof(struct namedobj_instance) + in ipfw_objhash_create()
4361 ipfw_objhash_destroy(struct namedobj_instance *ni) in ipfw_objhash_destroy()
4369 ipfw_objhash_set_funcs(struct namedobj_instance *ni, objhash_hash_f *hash_f, in ipfw_objhash_set_funcs()
4378 objhash_hash_name(struct namedobj_instance *ni, const void *name, uint32_t set) in objhash_hash_name()
4395 objhash_hash_idx(struct namedobj_instance *ni, uint32_t val) in objhash_hash_idx()
4405 ipfw_objhash_lookup_name(struct namedobj_instance *ni, uint32_t set, in ipfw_objhash_lookup_name()
4473 ipfw_objhash_find_type(struct namedobj_instance *ni, struct tid_info *ti, in ipfw_objhash_find_type()
4504 ipfw_objhash_lookup_name_type(struct namedobj_instance *ni, uint32_t set, in ipfw_objhash_lookup_name_type()
4522 ipfw_objhash_lookup_kidx(struct namedobj_instance *ni, uint16_t kidx) in ipfw_objhash_lookup_kidx()
4538 ipfw_objhash_same_name(struct namedobj_instance *ni, struct named_object *a, in ipfw_objhash_same_name()
4549 ipfw_objhash_add(struct namedobj_instance *ni, struct named_object *no) in ipfw_objhash_add()
4563 ipfw_objhash_del(struct namedobj_instance *ni, struct named_object *no) in ipfw_objhash_del()
4577 ipfw_objhash_count(struct namedobj_instance *ni) in ipfw_objhash_count()
4584 ipfw_objhash_count_type(struct namedobj_instance *ni, uint16_t type) in ipfw_objhash_count_type()
4605 ipfw_objhash_foreach(struct namedobj_instance *ni, objhash_cb_t *f, void *arg) in ipfw_objhash_foreach()
4625 ipfw_objhash_foreach_type(struct namedobj_instance *ni, objhash_cb_t *f, in ipfw_objhash_foreach_type()
4648 ipfw_objhash_free_idx(struct namedobj_instance *ni, uint16_t idx) in ipfw_objhash_free_idx()
4681 struct namedobj_instance *ni; in ipfw_objhash_alloc_idx()
4685 ni = (struct namedobj_instance *)n; in ipfw_objhash_alloc_idx()