Lines Matching defs:mr
1204 show_mrt_dump_neighbors(struct mrt_rib *mr, struct mrt_peer *mp, void *arg)
1225 show_mrt_dump(struct mrt_rib *mr, struct mrt_peer *mp, void *arg)
1239 for (i = 0; i < mr->nentries; i++) {
1240 mre = &mr->entries[i];
1242 ctl.prefix = mr->prefix;
1243 ctl.prefixlen = mr->prefixlen;
1252 if (mr->add_path) {
1310 network_mrt_dump(struct mrt_rib *mr, struct mrt_peer *mp, void *arg)
1321 if (mr->add_path)
1325 for (i = 0; i < mr->nentries; i++) {
1326 mre = &mr->entries[i];
1328 ctl.prefix = mr->prefix;
1329 ctl.prefixlen = mr->prefixlen;