Lines Matching refs:namedobj_instance

92 struct namedobj_instance {  struct
106 static uint32_t objhash_hash_name(struct namedobj_instance *ni, argument
108 static uint32_t objhash_hash_idx(struct namedobj_instance *ni, uint32_t val);
157 static int export_objhash_ntlv(struct namedobj_instance *ni, uint32_t kidx,
671 swap_sets_cb(struct namedobj_instance *ni, struct named_object *no, in swap_sets_cb()
685 move_sets_cb(struct namedobj_instance *ni, struct named_object *no, in move_sets_cb()
697 test_sets_cb(struct namedobj_instance *ni, struct named_object *no, in test_sets_cb()
715 ipfw_obj_manage_sets(struct namedobj_instance *ni, uint16_t type, in ipfw_obj_manage_sets()
1714 export_objhash_ntlv(struct namedobj_instance *ni, uint32_t kidx, in export_objhash_ntlv()
1732 export_named_objects(struct namedobj_instance *ni, struct dump_args *da, in export_named_objects()
2767 export_objhash_ntlv_internal(struct namedobj_instance *ni, in export_objhash_ntlv_internal()
3322 ipfw_objhash_bitmap_merge(struct namedobj_instance *ni, void **idx, int *blocks) in ipfw_objhash_bitmap_merge()
3343 ipfw_objhash_bitmap_swap(struct namedobj_instance *ni, void **idx, int *blocks) in ipfw_objhash_bitmap_swap()
3370 struct namedobj_instance *
3373 struct namedobj_instance *ni; in ipfw_objhash_create()
3377 size = sizeof(struct namedobj_instance) + in ipfw_objhash_create()
3405 ipfw_objhash_destroy(struct namedobj_instance *ni) in ipfw_objhash_destroy()
3412 ipfw_objhash_set_funcs(struct namedobj_instance *ni, objhash_hash_f *hash_f, in ipfw_objhash_set_funcs()
3421 objhash_hash_name(struct namedobj_instance *ni, const void *name, uint32_t set) in objhash_hash_name()
3438 objhash_hash_idx(struct namedobj_instance *ni, uint32_t val) in objhash_hash_idx()
3448 ipfw_objhash_lookup_name(struct namedobj_instance *ni, uint32_t set, in ipfw_objhash_lookup_name()
3516 ipfw_objhash_find_type(struct namedobj_instance *ni, struct tid_info *ti, in ipfw_objhash_find_type()
3547 ipfw_objhash_lookup_name_type(struct namedobj_instance *ni, uint32_t set, in ipfw_objhash_lookup_name_type()
3565 ipfw_objhash_lookup_kidx(struct namedobj_instance *ni, uint32_t kidx) in ipfw_objhash_lookup_kidx()
3581 ipfw_objhash_same_name(struct namedobj_instance *ni, struct named_object *a, in ipfw_objhash_same_name()
3592 ipfw_objhash_add(struct namedobj_instance *ni, struct named_object *no) in ipfw_objhash_add()
3606 ipfw_objhash_del(struct namedobj_instance *ni, struct named_object *no) in ipfw_objhash_del()
3620 ipfw_objhash_count(struct namedobj_instance *ni) in ipfw_objhash_count()
3627 ipfw_objhash_count_type(struct namedobj_instance *ni, uint16_t type) in ipfw_objhash_count_type()
3648 ipfw_objhash_foreach(struct namedobj_instance *ni, objhash_cb_t *f, void *arg) in ipfw_objhash_foreach()
3668 ipfw_objhash_foreach_type(struct namedobj_instance *ni, objhash_cb_t *f, in ipfw_objhash_foreach_type()
3691 ipfw_objhash_free_idx(struct namedobj_instance *ni, uint32_t idx) in ipfw_objhash_free_idx()
3724 struct namedobj_instance *ni; in ipfw_objhash_alloc_idx()
3728 ni = (struct namedobj_instance *)n; in ipfw_objhash_alloc_idx()