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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_route.c7914 bgp_distance_free (struct bgp_distance *bdistance)
7916 XFREE (MTYPE_BGP_DISTANCE, bdistance);
7927 struct bgp_distance *bdistance;
7942 bdistance = rn->info;
7947 bdistance = bgp_distance_new ();
7948 rn->info = bdistance;
7952 bdistance->distance = distance;
7955 if (bdistance->access_list)
7957 free (bdistance->access_list);
7958 bdistance
7885 bgp_distance_free(struct bgp_distance *bdistance) argument
7898 struct bgp_distance *bdistance; local
7945 struct bgp_distance *bdistance; local
7980 struct bgp_distance *bdistance; local
8000 struct bgp_distance *bdistance; local
8550 struct bgp_distance *bdistance; local
[all...]

Completed in 62 milliseconds