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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_damp.h22 struct bgp_damp_info struct
26 struct bgp_damp_info *next;
27 struct bgp_damp_info *prev;
100 struct bgp_damp_info **reuse_list;
104 struct bgp_damp_info *no_reuse_list;
135 void bgp_damp_info_free (struct bgp_damp_info *, int);
H A Dbgp_damp.c66 bgp_reuse_list_add (struct bgp_damp_info *bdi)
81 bgp_reuse_list_delete (struct bgp_damp_info *bdi)
114 struct bgp_damp_info *bdi;
115 struct bgp_damp_info *next;
187 struct bgp_damp_info *bdi;
204 bdi = XCALLOC (MTYPE_BGP_DAMP_INFO, sizeof (struct bgp_damp_info));
268 struct bgp_damp_info *bdi;
309 struct bgp_damp_info *bdi;
352 bgp_damp_info_free (struct bgp_damp_info *bdi, int withdraw)
480 /* Clean all the bgp_damp_info store
[all...]
H A Dbgp_route.h65 struct bgp_damp_info *damp_info;
H A Dbgp_route.c4056 struct bgp_damp_info *bdi;

Completed in 33 milliseconds