| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 316 struct namedobj_instance *srvmap; /* cfg name->number mappings */ 704 struct namedobj_instance; 711 struct namedobj_instance *ipfw_objhash_create(uint32_t items); 712 void ipfw_objhash_destroy(struct namedobj_instance *); 714 void ipfw_objhash_bitmap_merge(struct namedobj_instance *ni, 716 void ipfw_objhash_bitmap_swap(struct namedobj_instance *ni, 730 uint32_t ipfw_objhash_count(struct namedobj_instance *ni); 732 int ipfw_objhash_foreach(struct namedobj_instance *ni, objhash_cb_t *f, 736 int ipfw_objhash_free_idx(struct namedobj_instance *ni, uint16_t idx); 738 void ipfw_objhash_set_funcs(struct namedobj_instance *ni, [all …]
|
| H A D | ip_fw_table_value.c | 88 hash_table_value(struct namedobj_instance *ni, const void *key, uint32_t kopt) in hash_table_value() 125 struct table_value **ptv, struct namedobj_instance **pvi) in get_value_ptrs() 128 struct namedobj_instance *vi; in get_value_ptrs() 178 struct namedobj_instance *vi; in resize_shared_value_storage() 250 unref_table_value(struct namedobj_instance *vi, struct table_value *pval, in unref_table_value() 336 struct namedobj_instance *vi; in rollback_table_values() 364 struct namedobj_instance *vi, uint16_t *pvidx, uint8_t flags) in alloc_table_vidx() 415 struct namedobj_instance *vi; in ipfw_garbage_table_values() 473 struct namedobj_instance *vi; in ipfw_link_table_values() 727 struct namedobj_instance *vi; in list_table_values() [all …]
|
| H A D | ip_fw_iface.c | 60 #define CHAIN_TO_II(ch) ((struct namedobj_instance *)ch->ifcfg) 96 struct namedobj_instance *ii; in ipfw_kifhandler() 232 struct namedobj_instance *ii; in vnet_ipfw_iface_init() 252 destroy_iface(struct namedobj_instance *ii, struct named_object *no, in destroy_iface() 268 struct namedobj_instance *ii; in vnet_ipfw_iface_destroy() 294 struct namedobj_instance *ii; in ipfw_iface_ref() 463 export_iface_internal(struct namedobj_instance *ii, struct named_object *no, in export_iface_internal() 498 struct namedobj_instance *ii; in list_ifaces()
|
| H A D | ip_fw_table.c | 89 struct namedobj_instance *vi; 290 struct namedobj_instance *ni; in find_ref_table() 1094 struct namedobj_instance *ni; in find_table_entry() 1205 struct namedobj_instance *ni; in flush_table() 1384 struct namedobj_instance *ni; in swap_tables() 1480 struct namedobj_instance *ni; in destroy_table() 1539 struct namedobj_instance *ni; in ipfw_resize_tables() 1650 struct namedobj_instance *ni; in ipfw_unref_table() 1765 struct namedobj_instance *ni; in modify_table() 1822 struct namedobj_instance *ni; in create_table() [all …]
|
| H A D | ip_fw_sockopt.c | 89 struct namedobj_instance { struct 103 static uint32_t objhash_hash_name(struct namedobj_instance *ni, argument 3348 export_objhash_ntlv_internal(struct namedobj_instance *ni, in export_objhash_ntlv_internal() 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() 4395 objhash_hash_idx(struct namedobj_instance *ni, uint32_t val) in objhash_hash_idx() 4577 ipfw_objhash_count(struct namedobj_instance *ni) in ipfw_objhash_count() 4681 struct namedobj_instance *ni; in ipfw_objhash_alloc_idx() [all …]
|
| H A D | ip_fw_table.h | 37 struct namedobj_instance *namehash; 38 struct namedobj_instance *valhash; 186 struct namedobj_instance *ipfw_get_table_objhash(struct ip_fw_chain *ch);
|
| H A D | ip_fw_eaction.c | 188 struct namedobj_instance *ni; in create_eaction_obj() 234 struct namedobj_instance *ni; in destroy_eaction_obj() 317 struct namedobj_instance *ni; in ipfw_eaction_uninit()
|
| H A D | ip_fw_table_algo.c | 1925 struct namedobj_instance *ii; 1947 static int destroy_ifidx_locked(struct namedobj_instance *ii, 1975 static int foreach_ifidx(struct namedobj_instance *ii, struct named_object *no, 2133 destroy_ifidx_locked(struct namedobj_instance *ii, struct named_object *no, in destroy_ifidx_locked() 2561 foreach_ifidx(struct namedobj_instance *ii, struct named_object *no, in foreach_ifidx()
|
| H A D | ip_fw_dynamic.c | 653 struct namedobj_instance *ni; in dyn_create()
|
| /freebsd-14.2/sys/netpfil/ipfw/nat64/ |
| H A D | nat64stl_control.c | 70 static struct nat64stl_cfg *nat64stl_find(struct namedobj_instance *ni, 119 export_config_cb(struct namedobj_instance *ni, struct named_object *no, in export_config_cb() 131 nat64stl_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nat64stl_find() 178 struct namedobj_instance *ni; in nat64stl_create() 255 struct namedobj_instance *ni; in nat64stl_config() 537 struct namedobj_instance *ni; in nat64stl_findbykidx() 570 destroy_config_cb(struct namedobj_instance *ni, struct named_object *no, in destroy_config_cb()
|
| H A D | nat64clat_control.c | 68 static struct nat64clat_cfg *nat64clat_find(struct namedobj_instance *ni, 112 export_config_cb(struct namedobj_instance *ni, struct named_object *no, in export_config_cb() 124 nat64clat_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nat64clat_find() 147 struct namedobj_instance *ni; in nat64clat_create() 219 struct namedobj_instance *ni; in nat64clat_config() 532 struct namedobj_instance *ni; in nat64clat_findbykidx() 565 destroy_config_cb(struct namedobj_instance *ni, struct named_object *no, in destroy_config_cb()
|
| H A D | nat64lsn_control.c | 62 nat64lsn_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nat64lsn_find() 117 struct namedobj_instance *ni; in nat64lsn_create() 337 export_config_cb(struct namedobj_instance *ni, struct named_object *no, in export_config_cb() 405 struct namedobj_instance *ni; in nat64lsn_config() 859 struct namedobj_instance *ni; in nat64lsn_findbykidx() 892 destroy_config_cb(struct namedobj_instance *ni, struct named_object *no, in destroy_config_cb()
|
| /freebsd-14.2/sys/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 72 static struct nptv6_cfg *nptv6_find(struct namedobj_instance *ni, 464 export_config_cb(struct namedobj_instance *ni, struct named_object *no, in export_config_cb() 476 nptv6_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nptv6_find() 572 ifaddr_cb(struct namedobj_instance *ni, struct named_object *no, in ifaddr_cb() 655 struct namedobj_instance *ni; in nptv6_create() 956 struct namedobj_instance *ni; in nptv6_findbykidx() 990 destroy_config_cb(struct namedobj_instance *ni, struct named_object *no, in destroy_config_cb()
|