Searched refs:comhash (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_community.c29 struct hash *comhash; variable in typeref:struct:hash
302 find = (struct community *) hash_get (comhash, com, hash_alloc_intern);
332 ret = (struct community *) hash_release (comhash, com);
614 return comhash->count;
621 return comhash;
628 comhash = hash_create (community_hash_make, community_cmp);

Completed in 38 milliseconds