Home
last modified time | relevance | path

Searched refs:namedobj_instance (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h310 struct namedobj_instance *srvmap; /* cfg name->number mappings */
697 struct namedobj_instance;
704 struct namedobj_instance *ipfw_objhash_create(uint32_t items);
705 void ipfw_objhash_destroy(struct namedobj_instance *);
707 void ipfw_objhash_bitmap_merge(struct namedobj_instance *ni,
709 void ipfw_objhash_bitmap_swap(struct namedobj_instance *ni,
723 uint32_t ipfw_objhash_count(struct namedobj_instance *ni);
725 int ipfw_objhash_foreach(struct namedobj_instance *ni, objhash_cb_t *f,
729 int ipfw_objhash_free_idx(struct namedobj_instance *ni, uint16_t idx);
731 void ipfw_objhash_set_funcs(struct namedobj_instance *ni,
[all …]
H A Dip_fw_table_value.c90 hash_table_value(struct namedobj_instance *ni, const void *key, uint32_t kopt) in hash_table_value()
126 struct table_value **ptv, struct namedobj_instance **pvi) in get_value_ptrs()
129 struct namedobj_instance *vi; in get_value_ptrs()
179 struct namedobj_instance *vi; in resize_shared_value_storage()
251 unref_table_value(struct namedobj_instance *vi, struct table_value *pval, in unref_table_value()
337 struct namedobj_instance *vi; in rollback_table_values()
365 struct namedobj_instance *vi, uint16_t *pvidx, uint8_t flags) in alloc_table_vidx()
416 struct namedobj_instance *vi; in ipfw_garbage_table_values()
474 struct namedobj_instance *vi; in ipfw_link_table_values()
725 struct namedobj_instance *vi; in list_table_values()
[all …]
H A Dip_fw_iface.c61 #define CHAIN_TO_II(ch) ((struct namedobj_instance *)ch->ifcfg)
97 struct namedobj_instance *ii; in ipfw_kifhandler()
233 struct namedobj_instance *ii; in vnet_ipfw_iface_init()
253 destroy_iface(struct namedobj_instance *ii, struct named_object *no, in destroy_iface()
269 struct namedobj_instance *ii; in vnet_ipfw_iface_destroy()
295 struct namedobj_instance *ii; in ipfw_iface_ref()
464 export_iface_internal(struct namedobj_instance *ii, struct named_object *no, in export_iface_internal()
499 struct namedobj_instance *ii; in list_ifaces()
H A Dip_fw_table.c91 struct namedobj_instance *vi;
292 struct namedobj_instance *ni; in find_ref_table()
1096 struct namedobj_instance *ni; in find_table_entry()
1207 struct namedobj_instance *ni; in flush_table()
1386 struct namedobj_instance *ni; in swap_tables()
1482 struct namedobj_instance *ni; in destroy_table()
1541 struct namedobj_instance *ni; in ipfw_resize_tables()
1653 struct namedobj_instance *ni; in ipfw_unref_table()
1768 struct namedobj_instance *ni; in modify_table()
1825 struct namedobj_instance *ni; in create_table()
[all …]
H A Dip_fw_sockopt.c91 struct namedobj_instance { struct
105 static uint32_t objhash_hash_name(struct namedobj_instance *ni, argument
3336 export_objhash_ntlv_internal(struct namedobj_instance *ni, in export_objhash_ntlv_internal()
4316 struct namedobj_instance *
4319 struct namedobj_instance *ni; in ipfw_objhash_create()
4323 size = sizeof(struct namedobj_instance) + in ipfw_objhash_create()
4351 ipfw_objhash_destroy(struct namedobj_instance *ni) in ipfw_objhash_destroy()
4385 objhash_hash_idx(struct namedobj_instance *ni, uint32_t val) in objhash_hash_idx()
4566 ipfw_objhash_count(struct namedobj_instance *ni) in ipfw_objhash_count()
4670 struct namedobj_instance *ni; in ipfw_objhash_alloc_idx()
[all …]
H A Dip_fw_table.h39 struct namedobj_instance *namehash;
40 struct namedobj_instance *valhash;
188 struct namedobj_instance *ipfw_get_table_objhash(struct ip_fw_chain *ch);
H A Dip_fw_eaction.c190 struct namedobj_instance *ni; in create_eaction_obj()
236 struct namedobj_instance *ni; in destroy_eaction_obj()
319 struct namedobj_instance *ni; in ipfw_eaction_uninit()
H A Dip_fw_table_algo.c1915 struct namedobj_instance *ii;
1937 static int destroy_ifidx_locked(struct namedobj_instance *ii,
1965 static int foreach_ifidx(struct namedobj_instance *ii, struct named_object *no,
2123 destroy_ifidx_locked(struct namedobj_instance *ii, struct named_object *no, in destroy_ifidx_locked()
2554 foreach_ifidx(struct namedobj_instance *ii, struct named_object *no, in foreach_ifidx()
H A Dip_fw_dynamic.c655 struct namedobj_instance *ni; in dyn_create()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64stl_control.c72 static struct nat64stl_cfg *nat64stl_find(struct namedobj_instance *ni,
121 export_config_cb(struct namedobj_instance *ni, struct named_object *no, in export_config_cb()
133 nat64stl_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nat64stl_find()
180 struct namedobj_instance *ni; in nat64stl_create()
257 struct namedobj_instance *ni; in nat64stl_config()
539 struct namedobj_instance *ni; in nat64stl_findbykidx()
572 destroy_config_cb(struct namedobj_instance *ni, struct named_object *no, in destroy_config_cb()
H A Dnat64clat_control.c70 static struct nat64clat_cfg *nat64clat_find(struct namedobj_instance *ni,
114 export_config_cb(struct namedobj_instance *ni, struct named_object *no, in export_config_cb()
126 nat64clat_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nat64clat_find()
149 struct namedobj_instance *ni; in nat64clat_create()
221 struct namedobj_instance *ni; in nat64clat_config()
534 struct namedobj_instance *ni; in nat64clat_findbykidx()
567 destroy_config_cb(struct namedobj_instance *ni, struct named_object *no, in destroy_config_cb()
H A Dnat64lsn_control.c64 nat64lsn_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nat64lsn_find()
119 struct namedobj_instance *ni; in nat64lsn_create()
339 export_config_cb(struct namedobj_instance *ni, struct named_object *no, in export_config_cb()
407 struct namedobj_instance *ni; in nat64lsn_config()
861 struct namedobj_instance *ni; in nat64lsn_findbykidx()
894 destroy_config_cb(struct namedobj_instance *ni, struct named_object *no, in destroy_config_cb()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c73 static struct nptv6_cfg *nptv6_find(struct namedobj_instance *ni,
465 export_config_cb(struct namedobj_instance *ni, struct named_object *no, in export_config_cb()
477 nptv6_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nptv6_find()
573 ifaddr_cb(struct namedobj_instance *ni, struct named_object *no, in ifaddr_cb()
656 struct namedobj_instance *ni; in nptv6_create()
957 struct namedobj_instance *ni; in nptv6_findbykidx()
991 destroy_config_cb(struct namedobj_instance *ni, struct named_object *no, in destroy_config_cb()