Home
last modified time | relevance | path

Searched refs:hash_create_size (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_router.c271 zrouter.rules_hash = hash_create_size(8, zebra_pbr_rules_hash_key, in zebra_router_init()
276 hash_create_size(8, zebra_pbr_ipset_hash_key, in zebra_router_init()
279 zrouter.ipset_entry_hash = hash_create_size( in zebra_router_init()
283 zrouter.iptable_hash = hash_create_size(8, zebra_pbr_iptable_hash_key, in zebra_router_init()
288 hash_create_size(8, zebra_nhg_hash_key, zebra_nhg_hash_equal, in zebra_router_init()
291 hash_create_size(8, zebra_nhg_id_key, zebra_nhg_hash_id_equal, in zebra_router_init()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_router.c271 zrouter.rules_hash = hash_create_size(8, zebra_pbr_rules_hash_key, in zebra_router_init()
276 hash_create_size(8, zebra_pbr_ipset_hash_key, in zebra_router_init()
279 zrouter.ipset_entry_hash = hash_create_size( in zebra_router_init()
283 zrouter.iptable_hash = hash_create_size(8, zebra_pbr_iptable_hash_key, in zebra_router_init()
288 hash_create_size(8, zebra_nhg_hash_key, zebra_nhg_hash_equal, in zebra_router_init()
291 hash_create_size(8, zebra_nhg_id_key, zebra_nhg_hash_id_equal, in zebra_router_init()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bgp/
H A Dbgp_hash.c32 hash_create_size (unsigned int size, unsigned int (*hash_key) (void *), in hash_create_size() function
62 return hash_create_size (buckets, hash_key, hash_cmp); in hash_create()
H A Dbgp_hash.h64 extern struct hash *hash_create_size (unsigned int, unsigned int (*) (void *), int (*) (const void …
H A Dbgp_aspath.c1064 (*loc_ashash) = hash_create_size (32767, aspath_key_make, aspath_cmp); in aspath_init()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dhash.h63 extern struct hash *hash_create_size (unsigned int, unsigned int (*) (void *),
H A Dhash.c29 hash_create_size (unsigned int size, unsigned int (*hash_key) (void *), in hash_create_size() function
52 return hash_create_size (HASH_INITIAL_SIZE, hash_key, hash_cmp); in hash_create()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dhash.h153 hash_create_size(unsigned int size, unsigned int (*hash_key)(const void *),
H A Dhash.c40 struct hash *hash_create_size(unsigned int size, in hash_create_size() function
72 return hash_create_size(HASH_INITIAL_SIZE, hash_key, hash_cmp, name); in hash_create()
H A Dif_rmap.c308 ctx->ifrmaphash = hash_create_size(4, if_rmap_hash_make, if_rmap_hash_cmp, in if_rmap_ctx_create()
H A Droutemap.c2683 hash_create_size(8, route_map_dep_data_hash_make_key, in route_map_dep_hash_alloc()
3268 hash_create_size(8, route_map_hash_key_make, route_map_hash_cmp, in route_map_init()
3272 route_map_dep_hash[i] = hash_create_size( in route_map_init()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dhash.h153 hash_create_size(unsigned int size, unsigned int (*hash_key)(const void *),
H A Dhash.c40 struct hash *hash_create_size(unsigned int size, in hash_create_size() function
72 return hash_create_size(HASH_INITIAL_SIZE, hash_key, hash_cmp, name); in hash_create()
H A Dif_rmap.c308 ctx->ifrmaphash = hash_create_size(4, if_rmap_hash_make, if_rmap_hash_cmp, in if_rmap_ctx_create()
H A Droutemap.c2683 hash_create_size(8, route_map_dep_data_hash_make_key, in route_map_dep_hash_alloc()
3268 hash_create_size(8, route_map_hash_key_make, route_map_hash_cmp, in route_map_init()
3272 route_map_dep_hash[i] = hash_create_size( in route_map_init()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_instance.c105 pim->rpf_hash = hash_create_size(256, pim_rpf_hash_key, pim_rpf_equal, in pim_instance_init()
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_instance.c105 pim->rpf_hash = hash_create_size(256, pim_rpf_hash_key, pim_rpf_equal, in pim_instance_init()
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_keepalives.c198 peerhash = hash_create_size(2048, peer_hash_key, peer_hash_cmp, NULL); in bgp_keepalives_start()
H A Dbgp_clist.c1412 hash_create_size(4, bgp_clist_hash_key_community_list, in community_list_init()
1417 hash_create_size(4, bgp_clist_hash_key_community_list, in community_list_init()
1422 hash_create_size(4, bgp_clist_hash_key_community_list, in community_list_init()
H A Dbgp_pbr.c1419 hash_create_size(8, bgp_pbr_match_hash_key, in bgp_pbr_init()
1423 hash_create_size(8, bgp_pbr_action_hash_key, in bgp_pbr_init()
1428 hash_create_size(8, bgp_pbr_rule_hash_key, in bgp_pbr_init()
2485 bpm->entry_hash = hash_create_size(8, in bgp_pbr_policyroute_add_to_zebra_unit()
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_keepalives.c198 peerhash = hash_create_size(2048, peer_hash_key, peer_hash_cmp, NULL); in bgp_keepalives_start()
H A Dbgp_clist.c1412 hash_create_size(4, bgp_clist_hash_key_community_list, in community_list_init()
1417 hash_create_size(4, bgp_clist_hash_key_community_list, in community_list_init()
1422 hash_create_size(4, bgp_clist_hash_key_community_list, in community_list_init()
H A Dbgp_pbr.c1419 hash_create_size(8, bgp_pbr_match_hash_key, in bgp_pbr_init()
1423 hash_create_size(8, bgp_pbr_action_hash_key, in bgp_pbr_init()
1428 hash_create_size(8, bgp_pbr_rule_hash_key, in bgp_pbr_init()
2485 bpm->entry_hash = hash_create_size(8, in bgp_pbr_policyroute_add_to_zebra_unit()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pbrd/
H A Dpbr_nht.c202 new->nhh = hash_create_size(8, pbr_nh_hash_key, pbr_nh_hash_equal, in pbr_nhgc_alloc()
1327 pbr_nhg_hash = hash_create_size( in pbr_nht_init()
1330 hash_create_size(16, (unsigned int (*)(const void *))nexthop_hash, in pbr_nht_init()
/dports/net/frr7/frr-frr-7.5.1/pbrd/
H A Dpbr_nht.c202 new->nhh = hash_create_size(8, pbr_nh_hash_key, pbr_nh_hash_equal, in pbr_nhgc_alloc()
1327 pbr_nhg_hash = hash_create_size( in pbr_nht_init()
1330 hash_create_size(16, (unsigned int (*)(const void *))nexthop_hash, in pbr_nht_init()

12