Symbol: namedobj_instance
sys/netpfil/ipfw/ip_fw_dynamic.c
660
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_eaction.c
196
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_eaction.c
242
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_eaction.c
325
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_iface.c
101
struct namedobj_instance *ii;
sys/netpfil/ipfw/ip_fw_iface.c
247
struct namedobj_instance *ii;
sys/netpfil/ipfw/ip_fw_iface.c
267
destroy_iface(struct namedobj_instance *ii, struct named_object *no,
sys/netpfil/ipfw/ip_fw_iface.c
283
struct namedobj_instance *ii;
sys/netpfil/ipfw/ip_fw_iface.c
307
struct namedobj_instance *ii;
sys/netpfil/ipfw/ip_fw_iface.c
467
export_iface_internal(struct namedobj_instance *ii, struct named_object *no,
sys/netpfil/ipfw/ip_fw_iface.c
502
struct namedobj_instance *ii;
sys/netpfil/ipfw/ip_fw_iface.c
62
#define CHAIN_TO_II(ch) ((struct namedobj_instance *)ch->ifcfg)
sys/netpfil/ipfw/ip_fw_private.h
326
struct namedobj_instance *srvmap; /* cfg name->number mappings */
sys/netpfil/ipfw/ip_fw_private.h
703
typedef int (objhash_cb_t)(struct namedobj_instance *ni, struct named_object *,
sys/netpfil/ipfw/ip_fw_private.h
705
typedef uint32_t (objhash_hash_f)(struct namedobj_instance *ni, const void *key,
sys/netpfil/ipfw/ip_fw_private.h
709
struct namedobj_instance *ipfw_objhash_create(uint32_t items, size_t hash_size);
sys/netpfil/ipfw/ip_fw_private.h
712
void ipfw_objhash_bitmap_merge(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_private.h
714
void ipfw_objhash_bitmap_swap(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_private.h
717
void ipfw_objhash_set_hashf(struct namedobj_instance *ni, objhash_hash_f *f);
sys/netpfil/ipfw/ip_fw_private.h
718
struct named_object *ipfw_objhash_lookup_name(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_private.h
720
struct named_object *ipfw_objhash_lookup_name_type(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_private.h
722
struct named_object *ipfw_objhash_lookup_kidx(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_private.h
724
int ipfw_objhash_same_name(struct namedobj_instance *ni, struct named_object *a,
sys/netpfil/ipfw/ip_fw_private.h
726
void ipfw_objhash_add(struct namedobj_instance *ni, struct named_object *no);
sys/netpfil/ipfw/ip_fw_private.h
727
void ipfw_objhash_del(struct namedobj_instance *ni, struct named_object *no);
sys/netpfil/ipfw/ip_fw_private.h
728
uint32_t ipfw_objhash_count(struct namedobj_instance *ni);
sys/netpfil/ipfw/ip_fw_private.h
729
uint32_t ipfw_objhash_count_type(struct namedobj_instance *ni, uint16_t type);
sys/netpfil/ipfw/ip_fw_private.h
730
int ipfw_objhash_foreach(struct namedobj_instance *ni, objhash_cb_t *f,
sys/netpfil/ipfw/ip_fw_private.h
732
int ipfw_objhash_foreach_type(struct namedobj_instance *ni, objhash_cb_t *f,
sys/netpfil/ipfw/ip_fw_private.h
734
int ipfw_objhash_free_idx(struct namedobj_instance *ni, uint32_t idx);
sys/netpfil/ipfw/ip_fw_private.h
736
void ipfw_objhash_set_funcs(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_private.h
738
int ipfw_objhash_find_type(struct namedobj_instance *ni, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_private.h
753
int ipfw_obj_manage_sets(struct namedobj_instance *ni, uint16_t type,
sys/netpfil/ipfw/ip_fw_sockopt.c
106
static uint32_t objhash_hash_name(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_sockopt.c
108
static uint32_t objhash_hash_idx(struct namedobj_instance *ni, uint32_t val);
sys/netpfil/ipfw/ip_fw_sockopt.c
157
static int export_objhash_ntlv(struct namedobj_instance *ni, uint32_t kidx,
sys/netpfil/ipfw/ip_fw_sockopt.c
1727
export_objhash_ntlv(struct namedobj_instance *ni, uint32_t kidx,
sys/netpfil/ipfw/ip_fw_sockopt.c
1745
export_named_objects(struct namedobj_instance *ni, struct dump_args *da,
sys/netpfil/ipfw/ip_fw_sockopt.c
2780
export_objhash_ntlv_internal(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_sockopt.c
3335
ipfw_objhash_bitmap_merge(struct namedobj_instance *ni, void **idx, int *blocks)
sys/netpfil/ipfw/ip_fw_sockopt.c
3356
ipfw_objhash_bitmap_swap(struct namedobj_instance *ni, void **idx, int *blocks)
sys/netpfil/ipfw/ip_fw_sockopt.c
3383
struct namedobj_instance *
sys/netpfil/ipfw/ip_fw_sockopt.c
3386
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_sockopt.c
3390
size = sizeof(struct namedobj_instance) +
sys/netpfil/ipfw/ip_fw_sockopt.c
3418
ipfw_objhash_destroy(struct namedobj_instance *ni)
sys/netpfil/ipfw/ip_fw_sockopt.c
3425
ipfw_objhash_set_funcs(struct namedobj_instance *ni, objhash_hash_f *hash_f,
sys/netpfil/ipfw/ip_fw_sockopt.c
3434
objhash_hash_name(struct namedobj_instance *ni, const void *name, uint32_t set)
sys/netpfil/ipfw/ip_fw_sockopt.c
3451
objhash_hash_idx(struct namedobj_instance *ni, uint32_t val)
sys/netpfil/ipfw/ip_fw_sockopt.c
3461
ipfw_objhash_lookup_name(struct namedobj_instance *ni, uint32_t set,
sys/netpfil/ipfw/ip_fw_sockopt.c
3529
ipfw_objhash_find_type(struct namedobj_instance *ni, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_sockopt.c
3560
ipfw_objhash_lookup_name_type(struct namedobj_instance *ni, uint32_t set,
sys/netpfil/ipfw/ip_fw_sockopt.c
3578
ipfw_objhash_lookup_kidx(struct namedobj_instance *ni, uint32_t kidx)
sys/netpfil/ipfw/ip_fw_sockopt.c
3594
ipfw_objhash_same_name(struct namedobj_instance *ni, struct named_object *a,
sys/netpfil/ipfw/ip_fw_sockopt.c
3605
ipfw_objhash_add(struct namedobj_instance *ni, struct named_object *no)
sys/netpfil/ipfw/ip_fw_sockopt.c
3619
ipfw_objhash_del(struct namedobj_instance *ni, struct named_object *no)
sys/netpfil/ipfw/ip_fw_sockopt.c
3633
ipfw_objhash_count(struct namedobj_instance *ni)
sys/netpfil/ipfw/ip_fw_sockopt.c
3640
ipfw_objhash_count_type(struct namedobj_instance *ni, uint16_t type)
sys/netpfil/ipfw/ip_fw_sockopt.c
3661
ipfw_objhash_foreach(struct namedobj_instance *ni, objhash_cb_t *f, void *arg)
sys/netpfil/ipfw/ip_fw_sockopt.c
3681
ipfw_objhash_foreach_type(struct namedobj_instance *ni, objhash_cb_t *f,
sys/netpfil/ipfw/ip_fw_sockopt.c
3704
ipfw_objhash_free_idx(struct namedobj_instance *ni, uint32_t idx)
sys/netpfil/ipfw/ip_fw_sockopt.c
3737
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_sockopt.c
3741
ni = (struct namedobj_instance *)n;
sys/netpfil/ipfw/ip_fw_sockopt.c
625
swap_sets_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/ip_fw_sockopt.c
639
move_sets_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/ip_fw_sockopt.c
651
test_sets_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/ip_fw_sockopt.c
669
ipfw_obj_manage_sets(struct namedobj_instance *ni, uint16_t type,
sys/netpfil/ipfw/ip_fw_table.c
1080
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
1172
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
1216
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
1327
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
1442
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
1499
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
1552
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
1636
struct namedobj_instance *
sys/netpfil/ipfw/ip_fw_table.c
1654
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
1775
export_table_internal(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/ip_fw_table.c
1963
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
217
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
2269
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
2445
test_sets_cb(struct namedobj_instance *ni __unused, struct named_object *no,
sys/netpfil/ipfw/ip_fw_table.c
2466
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
2551
find_table_err(struct namedobj_instance *ni, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
2592
find_table(struct namedobj_instance *ni, struct tid_info *ti)
sys/netpfil/ipfw/ip_fw_table.c
2656
free_table_config(struct namedobj_instance *ni, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
2677
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
2706
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
2744
destroy_table_locked(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/ip_fw_table.c
64
static int find_table_err(struct namedobj_instance *ni, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
66
static struct table_config *find_table(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_table.c
70
static void free_table_config(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_table.c
844
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.c
936
struct namedobj_instance *ni;
sys/netpfil/ipfw/ip_fw_table.h
203
struct namedobj_instance *ipfw_get_table_objhash(struct ip_fw_chain *ch);
sys/netpfil/ipfw/ip_fw_table.h
65
struct namedobj_instance *vi;
sys/netpfil/ipfw/ip_fw_table.h
69
struct namedobj_instance *namehash;
sys/netpfil/ipfw/ip_fw_table.h
70
struct namedobj_instance *valhash;
sys/netpfil/ipfw/ip_fw_table_algo.c
1927
struct namedobj_instance *ii;
sys/netpfil/ipfw/ip_fw_table_algo.c
1949
static int destroy_ifidx_locked(struct namedobj_instance *ii,
sys/netpfil/ipfw/ip_fw_table_algo.c
1977
static int foreach_ifidx(struct namedobj_instance *ii, struct named_object *no,
sys/netpfil/ipfw/ip_fw_table_algo.c
2135
destroy_ifidx_locked(struct namedobj_instance *ii, struct named_object *no,
sys/netpfil/ipfw/ip_fw_table_algo.c
2563
foreach_ifidx(struct namedobj_instance *ii, struct named_object *no,
sys/netpfil/ipfw/ip_fw_table_value.c
129
struct table_value **ptv, struct namedobj_instance **pvi)
sys/netpfil/ipfw/ip_fw_table_value.c
132
struct namedobj_instance *vi;
sys/netpfil/ipfw/ip_fw_table_value.c
153
update_tvalue(struct namedobj_instance *ni, struct named_object *no, void *arg)
sys/netpfil/ipfw/ip_fw_table_value.c
181
struct namedobj_instance *vi;
sys/netpfil/ipfw/ip_fw_table_value.c
248
unref_table_value(struct namedobj_instance *vi, struct table_value *pval,
sys/netpfil/ipfw/ip_fw_table_value.c
326
struct namedobj_instance *vi, uint32_t *pvidx, uint8_t flags)
sys/netpfil/ipfw/ip_fw_table_value.c
369
struct namedobj_instance *vi;
sys/netpfil/ipfw/ip_fw_table_value.c
426
struct namedobj_instance *vi;
sys/netpfil/ipfw/ip_fw_table_value.c
576
dump_tvalue(struct namedobj_instance *ni, struct named_object *no, void *arg)
sys/netpfil/ipfw/ip_fw_table_value.c
61
static uint32_t hash_table_value(struct namedobj_instance *ni, const void *key,
sys/netpfil/ipfw/ip_fw_table_value.c
611
struct namedobj_instance *vi;
sys/netpfil/ipfw/ip_fw_table_value.c
670
destroy_value(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/ip_fw_table_value.c
91
hash_table_value(struct namedobj_instance *ni, const void *key, uint32_t kopt)
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
86
struct namedobj_instance *ni; \
sys/netpfil/ipfw/nat64/nat64clat_control.c
111
export_config_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/nat64/nat64clat_control.c
123
nat64clat_find(struct namedobj_instance *ni, const char *name, uint8_t set)
sys/netpfil/ipfw/nat64/nat64clat_control.c
146
struct namedobj_instance *ni;
sys/netpfil/ipfw/nat64/nat64clat_control.c
218
struct namedobj_instance *ni;
sys/netpfil/ipfw/nat64/nat64clat_control.c
506
destroy_config_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/nat64/nat64clat_control.c
67
static struct nat64clat_cfg *nat64clat_find(struct namedobj_instance *ni,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
118
struct namedobj_instance *ni;
sys/netpfil/ipfw/nat64/nat64lsn_control.c
343
export_config_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
414
struct namedobj_instance *ni;
sys/netpfil/ipfw/nat64/nat64lsn_control.c
61
nat64lsn_find(struct namedobj_instance *ni, const char *name, uint8_t set)
sys/netpfil/ipfw/nat64/nat64lsn_control.c
857
nat64lsn_swap_sets_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
902
destroy_config_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/nat64/nat64stl_control.c
118
export_config_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/nat64/nat64stl_control.c
130
nat64stl_find(struct namedobj_instance *ni, const char *name, uint8_t set)
sys/netpfil/ipfw/nat64/nat64stl_control.c
177
struct namedobj_instance *ni;
sys/netpfil/ipfw/nat64/nat64stl_control.c
254
struct namedobj_instance *ni;
sys/netpfil/ipfw/nat64/nat64stl_control.c
511
destroy_config_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/nat64/nat64stl_control.c
69
static struct nat64stl_cfg *nat64stl_find(struct namedobj_instance *ni,
sys/netpfil/ipfw/nptv6/nptv6.c
463
export_config_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/nptv6/nptv6.c
475
nptv6_find(struct namedobj_instance *ni, const char *name, uint8_t set)
sys/netpfil/ipfw/nptv6/nptv6.c
571
ifaddr_cb(struct namedobj_instance *ni, struct named_object *no,
sys/netpfil/ipfw/nptv6/nptv6.c
654
struct namedobj_instance *ni;
sys/netpfil/ipfw/nptv6/nptv6.c
71
static struct nptv6_cfg *nptv6_find(struct namedobj_instance *ni,
sys/netpfil/ipfw/nptv6/nptv6.c
956
struct namedobj_instance *ni;
sys/netpfil/ipfw/nptv6/nptv6.c
990
destroy_config_cb(struct namedobj_instance *ni, struct named_object *no,