Home
last modified time | relevance | path

Searched refs:hash_bucket (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dlist.h53 struct hash_bucket struct
66 struct hash_bucket *buckets; argument
79 struct hash_bucket *bucket,
84 struct hash_bucket *bucket,
94 struct hash_bucket *bucket;
140 static inline struct hash_bucket *
141 hash_bucket(struct hash *hash, uint32_t hv) in hash_bucket() function
152 struct hash_bucket *bucket = &hash->buckets[hv & hash->mask]; in hash_lookup()
166 struct hash_bucket *bucket, in hash_add_fast()
186 struct hash_bucket *bucket; in hash_remove()
H A Dlist.c55 ALLOC_ARRAY(h->buckets, struct hash_bucket, h->n_buckets); in hash_init()
58 struct hash_bucket *b = &h->buckets[i]; in hash_init()
70 struct hash_bucket *b = &hash->buckets[i]; in hash_free()
86 struct hash_bucket *bucket, in hash_lookup_fast()
117 struct hash_bucket *bucket, in hash_remove_fast()
152 struct hash_bucket *bucket; in hash_add()
194 hash_remove_marked(struct hash *hash, struct hash_bucket *bucket) in hash_remove_marked()
255 hash_iterator_lock(struct hash_iterator *hi, struct hash_bucket *b) in hash_iterator_lock()
303 struct hash_bucket *b; in hash_iterator_next()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dlist.h53 struct hash_bucket struct
66 struct hash_bucket *buckets; argument
79 struct hash_bucket *bucket,
84 struct hash_bucket *bucket,
94 struct hash_bucket *bucket;
140 static inline struct hash_bucket *
141 hash_bucket(struct hash *hash, uint32_t hv) in hash_bucket() function
152 struct hash_bucket *bucket = &hash->buckets[hv & hash->mask]; in hash_lookup()
166 struct hash_bucket *bucket, in hash_add_fast()
186 struct hash_bucket *bucket; in hash_remove()
H A Dlist.c55 ALLOC_ARRAY(h->buckets, struct hash_bucket, h->n_buckets); in hash_init()
58 struct hash_bucket *b = &h->buckets[i]; in hash_init()
70 struct hash_bucket *b = &hash->buckets[i]; in hash_free()
86 struct hash_bucket *bucket, in hash_lookup_fast()
117 struct hash_bucket *bucket, in hash_remove_fast()
152 struct hash_bucket *bucket; in hash_add()
194 hash_remove_marked(struct hash *hash, struct hash_bucket *bucket) in hash_remove_marked()
255 hash_iterator_lock(struct hash_iterator *hi, struct hash_bucket *b) in hash_iterator_lock()
303 struct hash_bucket *b; in hash_iterator_next()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dlist.h53 struct hash_bucket struct
66 struct hash_bucket *buckets; argument
79 struct hash_bucket *bucket,
84 struct hash_bucket *bucket,
94 struct hash_bucket *bucket;
140 static inline struct hash_bucket *
141 hash_bucket(struct hash *hash, uint32_t hv) in hash_bucket() function
152 struct hash_bucket *bucket = &hash->buckets[hv & hash->mask]; in hash_lookup()
166 struct hash_bucket *bucket, in hash_add_fast()
186 struct hash_bucket *bucket; in hash_remove()
H A Dlist.c55 ALLOC_ARRAY(h->buckets, struct hash_bucket, h->n_buckets); in hash_init()
58 struct hash_bucket *b = &h->buckets[i]; in hash_init()
70 struct hash_bucket *b = &hash->buckets[i]; in hash_free()
86 struct hash_bucket *bucket, in hash_lookup_fast()
117 struct hash_bucket *bucket, in hash_remove_fast()
152 struct hash_bucket *bucket; in hash_add()
194 hash_remove_marked(struct hash *hash, struct hash_bucket *bucket) in hash_remove_marked()
255 hash_iterator_lock(struct hash_iterator *hi, struct hash_bucket *b) in hash_iterator_lock()
303 struct hash_bucket *b; in hash_iterator_next()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/omapip/
H A Dhash.c108 struct hash_bucket *hbc, *hbn = (struct hash_bucket *)0;
128 struct hash_bucket *free_hash_buckets;
135 struct hash_bucket *c, *n, **p; in relinquish_hash_bucket_hunks()
168 struct hash_bucket *rval;
194 struct hash_bucket *ptr; in free_hash_bucket()
199 struct hash_bucket *hp;
352 struct hash_bucket *bp; in hash_report()
405 struct hash_bucket *bp;
440 struct hash_bucket *bp, *pbp = (struct hash_bucket *)0;
483 struct hash_bucket *bp;
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/omapip/
H A Dhash.c108 struct hash_bucket *hbc, *hbn = (struct hash_bucket *)0;
128 struct hash_bucket *free_hash_buckets;
135 struct hash_bucket *c, *n, **p; in relinquish_hash_bucket_hunks()
168 struct hash_bucket *rval;
194 struct hash_bucket *ptr; in free_hash_bucket()
199 struct hash_bucket *hp;
352 struct hash_bucket *bp; in hash_report()
405 struct hash_bucket *bp;
440 struct hash_bucket *bp, *pbp = (struct hash_bucket *)0;
483 struct hash_bucket *bp;
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/omapip/
H A Dhash.c108 struct hash_bucket *hbc, *hbn = (struct hash_bucket *)0;
128 struct hash_bucket *free_hash_buckets;
135 struct hash_bucket *c, *n, **p; in relinquish_hash_bucket_hunks()
168 struct hash_bucket *rval;
194 struct hash_bucket *ptr; in free_hash_bucket()
199 struct hash_bucket *hp;
352 struct hash_bucket *bp; in hash_report()
405 struct hash_bucket *bp;
440 struct hash_bucket *bp, *pbp = (struct hash_bucket *)0;
483 struct hash_bucket *bp;
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dhash.c99 struct hash_bucket *hb, *hbnext, **new_index; in hash_expand()
107 sizeof(struct hash_bucket *) * new_size); in hash_expand()
144 struct hash_bucket *bucket; in hash_get()
212 struct hash_bucket *bucket; in hash_release()
213 struct hash_bucket *pp; in hash_release()
250 struct hash_bucket *hb; in hash_iterate()
251 struct hash_bucket *hbnext; in hash_iterate()
267 struct hash_bucket *hb; in hash_walk()
268 struct hash_bucket *hbnext; in hash_walk()
287 struct hash_bucket *hb; in hash_clean()
[all …]
H A Dhash.h39 struct hash_bucket { struct
47 struct hash_bucket *next; argument
65 struct hash_bucket **index; argument
255 void (*func)(struct hash_bucket *, void *), void *arg);
278 int (*func)(struct hash_bucket *, void *), void *arg);
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dhash.c99 struct hash_bucket *hb, *hbnext, **new_index; in hash_expand()
107 sizeof(struct hash_bucket *) * new_size); in hash_expand()
144 struct hash_bucket *bucket; in hash_get()
212 struct hash_bucket *bucket; in hash_release()
213 struct hash_bucket *pp; in hash_release()
250 struct hash_bucket *hb; in hash_iterate()
251 struct hash_bucket *hbnext; in hash_iterate()
267 struct hash_bucket *hb; in hash_walk()
268 struct hash_bucket *hbnext; in hash_walk()
287 struct hash_bucket *hb; in hash_clean()
[all …]
H A Dhash.h39 struct hash_bucket { struct
47 struct hash_bucket *next; argument
65 struct hash_bucket **index; argument
255 void (*func)(struct hash_bucket *, void *), void *arg);
278 int (*func)(struct hash_bucket *, void *), void *arg);
/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dmips64_mem.c144 hash_bucket = MTS64_HASH(vaddr); in mips64_mts64_slow_lookup()
255 m_uint32_t hash_bucket; in mips64_mts64_access() local
265 hash_bucket = MTS64_HASH(vaddr); in mips64_mts64_access()
302 m_uint32_t hash_bucket; in mips64_mts64_translate() local
305 hash_bucket = MTS64_HASH(vaddr); in mips64_mts64_translate()
329 m_uint32_t hash_bucket,zone; in mips64_mts32_slow_lookup() local
334 hash_bucket = MTS32_HASH(vaddr); in mips64_mts32_slow_lookup()
407 m_uint32_t hash_bucket; in mips64_mts32_access() local
417 hash_bucket = MTS32_HASH(vaddr); in mips64_mts32_access()
456 m_uint32_t hash_bucket; in mips64_mts32_translate() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_evpn.h160 void zebra_evpn_print_hash(struct hash_bucket *bucket, void *ctxt[]);
161 void zebra_evpn_print_hash_detail(struct hash_bucket *bucket, void *data);
170 void zebra_evpn_gw_macip_del_for_evpn_hash(struct hash_bucket *bucket,
172 void zebra_evpn_gw_macip_add_for_evpn_hash(struct hash_bucket *bucket,
174 void zebra_evpn_svi_macip_del_for_evpn_hash(struct hash_bucket *bucket,
182 void zebra_evpn_install_mac_hash(struct hash_bucket *bucket, void *ctxt);
201 void zebra_evpn_handle_flooding_remote_vteps(struct hash_bucket *bucket,
203 void zebra_evpn_cleanup_all(struct hash_bucket *bucket, void *arg);
211 void zebra_evpn_cfg_cleanup(struct hash_bucket *bucket, void *ctxt);
H A Dzebra_evpn_neigh.h225 void zebra_evpn_find_neigh_addr_width(struct hash_bucket *bucket, void *ctxt);
229 void zebra_evpn_install_neigh_hash(struct hash_bucket *bucket, void *ctxt);
270 void zebra_evpn_clear_dup_neigh_hash(struct hash_bucket *bucket, void *ctxt);
272 void zebra_evpn_print_neigh_hash(struct hash_bucket *bucket, void *ctxt);
274 void zebra_evpn_print_neigh_hash_detail(struct hash_bucket *bucket, void *ctxt);
275 void zebra_evpn_print_dad_neigh_hash(struct hash_bucket *bucket, void *ctxt);
276 void zebra_evpn_print_dad_neigh_hash_detail(struct hash_bucket *bucket,
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_evpn.h160 void zebra_evpn_print_hash(struct hash_bucket *bucket, void *ctxt[]);
161 void zebra_evpn_print_hash_detail(struct hash_bucket *bucket, void *data);
170 void zebra_evpn_gw_macip_del_for_evpn_hash(struct hash_bucket *bucket,
172 void zebra_evpn_gw_macip_add_for_evpn_hash(struct hash_bucket *bucket,
174 void zebra_evpn_svi_macip_del_for_evpn_hash(struct hash_bucket *bucket,
182 void zebra_evpn_install_mac_hash(struct hash_bucket *bucket, void *ctxt);
201 void zebra_evpn_handle_flooding_remote_vteps(struct hash_bucket *bucket,
203 void zebra_evpn_cleanup_all(struct hash_bucket *bucket, void *arg);
211 void zebra_evpn_cfg_cleanup(struct hash_bucket *bucket, void *ctxt);
H A Dzebra_evpn_neigh.h225 void zebra_evpn_find_neigh_addr_width(struct hash_bucket *bucket, void *ctxt);
229 void zebra_evpn_install_neigh_hash(struct hash_bucket *bucket, void *ctxt);
270 void zebra_evpn_clear_dup_neigh_hash(struct hash_bucket *bucket, void *ctxt);
272 void zebra_evpn_print_neigh_hash(struct hash_bucket *bucket, void *ctxt);
274 void zebra_evpn_print_neigh_hash_detail(struct hash_bucket *bucket, void *ctxt);
275 void zebra_evpn_print_dad_neigh_hash(struct hash_bucket *bucket, void *ctxt);
276 void zebra_evpn_print_dad_neigh_hash_detail(struct hash_bucket *bucket,
/dports/net/rp-pppoe/rp-pppoe-3.15/src/libevent/
H A Dhash.c26 #define GET_BUCKET(tab, data) ((hash_bucket *) ((char *) (data) + (tab)->hash_offset))
30 static void *hash_next_cursor(hash_table *tab, hash_bucket *b);
77 hash_bucket *b = GET_BUCKET(tab, item); in hash_insert()
104 hash_bucket *b = GET_BUCKET(tab, item); in hash_remove()
133 hash_bucket *b; in hash_find()
156 hash_bucket *b = GET_BUCKET(tab, item); in hash_find_next()
202 hash_bucket *b; in hash_next()
206 b = (hash_bucket *) *cursor; in hash_next()
220 hash_next_cursor(hash_table *tab, hash_bucket *b) in hash_next_cursor()
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dmips64_mem.c166 hash_bucket = MTS64_HASH(vaddr); in mips64_mts64_slow_lookup()
284 m_uint32_t hash_bucket; in mips64_mts64_access() local
294 hash_bucket = MTS64_HASH(vaddr); in mips64_mts64_access()
335 m_uint32_t hash_bucket; in mips64_mts64_translate() local
338 hash_bucket = MTS64_HASH(vaddr); in mips64_mts64_translate()
362 m_uint32_t hash_bucket,zone; in mips64_mts32_slow_lookup() local
367 hash_bucket = MTS32_HASH(vaddr); in mips64_mts32_slow_lookup()
446 m_uint32_t hash_bucket; in mips64_mts32_access() local
456 hash_bucket = MTS32_HASH(vaddr); in mips64_mts32_access()
499 m_uint32_t hash_bucket; in mips64_mts32_translate() local
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/includes/omapip/
H A Dhash.h50 struct hash_bucket { struct
51 struct hash_bucket *next; argument
67 struct hash_bucket *buckets [1]; argument
139 struct hash_bucket *new_hash_bucket (const char *, int);
140 void free_hash_bucket (struct hash_bucket *, const char *, int);
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/includes/omapip/
H A Dhash.h50 struct hash_bucket { struct
51 struct hash_bucket *next; argument
67 struct hash_bucket *buckets [1]; argument
139 struct hash_bucket *new_hash_bucket (const char *, int);
140 void free_hash_bucket (struct hash_bucket *, const char *, int);
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/includes/omapip/
H A Dhash.h50 struct hash_bucket { struct
51 struct hash_bucket *next; argument
67 struct hash_bucket *buckets [1]; argument
139 struct hash_bucket *new_hash_bucket (const char *, int);
140 void free_hash_bucket (struct hash_bucket *, const char *, int);
/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Dt_lookup.c330 struct entry* hash_bucket; in matching_3261() local
342 clist_foreach(hash_bucket, p_cell, next_c){ in matching_3261()
480 struct entry* hash_bucket; in t_lookup_request() local
542 clist_foreach(hash_bucket, p_cell, next_c){ in t_lookup_request()
709 struct entry* hash_bucket; in t_lookupOriginalT() local
757 clist_foreach(hash_bucket, p_cell, next_c){ in t_lookupOriginalT()
844 struct entry* hash_bucket; in t_reply_matching() local
923 clist_foreach(hash_bucket, p_cell, next_c){ in t_reply_matching()
1580 struct entry* hash_bucket; in t_lookup_ident_filter() local
1656 tm_entry_t *hash_bucket; in t_find_ident_filter() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/pbrd/
H A Dpbr_nht.c129 static void pbr_nh_delete_iterate(struct hash_bucket *b, void *p) in pbr_nh_delete_iterate()
345 static void pbr_nht_find_nhg_from_table_install(struct hash_bucket *b, in pbr_nht_find_nhg_from_table_install()
361 static void pbr_nht_find_nhg_from_table_remove(struct hash_bucket *b, in pbr_nht_find_nhg_from_table_remove()
912 static int pbr_nht_nhrc_vrf_change(struct hash_bucket *b, void *data) in pbr_nht_nhrc_vrf_change()
925 static int pbr_nht_individual_nexthop_vrf_handle(struct hash_bucket *b, in pbr_nht_individual_nexthop_vrf_handle()
975 static void pbr_nht_clear_looked_at(struct hash_bucket *b, void *data) in pbr_nht_clear_looked_at()
982 static void pbr_nht_nexthop_vrf_handle(struct hash_bucket *b, void *data) in pbr_nht_nexthop_vrf_handle()
1231 static void pbr_nht_show_nhg_nexthops(struct hash_bucket *b, void *data) in pbr_nht_show_nhg_nexthops()
1240 static void pbr_nht_json_nhg_nexthops(struct hash_bucket *b, void *data) in pbr_nht_json_nhg_nexthops()
1259 static void pbr_nht_show_nhg(struct hash_bucket *b, void *data) in pbr_nht_show_nhg()
[all …]

12345678910>>...14