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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_damp.h97 int *reuse_index; member in struct:bgp_damp_config
H A Dbgp_damp.c59 index = damp->reuse_index[i] - damp->reuse_index[0];
422 damp->reuse_index = XMALLOC (MTYPE_BGP_DAMP_ARRAY,
424 memset (damp->reuse_index, 0x00,
436 damp->reuse_index[i] =
474 XFREE (MTYPE_BGP_DAMP_ARRAY, damp->reuse_index);

Completed in 32 milliseconds