Home
last modified time | relevance | path

Searched refs:ctx_nexthop (Results 1 – 4 of 4) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_mpls.c2026 const struct nexthop *ctx_nexthop; in compare_notif_nhlfes() local
2042 ctx_nexthop = NULL; in compare_notif_nhlfes()
2044 ctx_nexthop = ctx_nhlfe->nexthop; in compare_notif_nhlfes()
2045 if (!ctx_nexthop) in compare_notif_nhlfes()
2049 nexthop_same(ctx_nexthop, nexthop)) { in compare_notif_nhlfes()
2058 if (ctx_nhlfe && ctx_nexthop) { in compare_notif_nhlfes()
2121 const struct nexthop *ctx_nexthop; in update_nhlfes_from_ctx() local
2132 ctx_nexthop = NULL; in update_nhlfes_from_ctx()
2134 ctx_nexthop = ctx_nhlfe->nexthop; in update_nhlfes_from_ctx()
2135 if (!ctx_nexthop) in update_nhlfes_from_ctx()
[all …]
H A Dzebra_rib.c1395 struct nexthop *nexthop, *ctx_nexthop; in rib_update_nhg_from_ctx() local
1401 ctx_nexthop = ctx_nhg->nexthop; in rib_update_nhg_from_ctx()
1403 if (CHECK_FLAG(ctx_nexthop->flags, NEXTHOP_FLAG_RECURSIVE) in rib_update_nhg_from_ctx()
1404 || !CHECK_FLAG(ctx_nexthop->flags, NEXTHOP_FLAG_ACTIVE)) in rib_update_nhg_from_ctx()
1405 ctx_nexthop = nexthop_next_active_resolved(ctx_nexthop); in rib_update_nhg_from_ctx()
1416 if (!nexthop_same(ctx_nexthop, nexthop)) { in rib_update_nhg_from_ctx()
1439 if (CHECK_FLAG(ctx_nexthop->flags, NEXTHOP_FLAG_FIB)) { in rib_update_nhg_from_ctx()
1461 ctx_nexthop = nexthop_next_active_resolved(ctx_nexthop); in rib_update_nhg_from_ctx()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_mpls.c2026 const struct nexthop *ctx_nexthop; in compare_notif_nhlfes() local
2042 ctx_nexthop = NULL; in compare_notif_nhlfes()
2044 ctx_nexthop = ctx_nhlfe->nexthop; in compare_notif_nhlfes()
2045 if (!ctx_nexthop) in compare_notif_nhlfes()
2049 nexthop_same(ctx_nexthop, nexthop)) { in compare_notif_nhlfes()
2058 if (ctx_nhlfe && ctx_nexthop) { in compare_notif_nhlfes()
2121 const struct nexthop *ctx_nexthop; in update_nhlfes_from_ctx() local
2132 ctx_nexthop = NULL; in update_nhlfes_from_ctx()
2134 ctx_nexthop = ctx_nhlfe->nexthop; in update_nhlfes_from_ctx()
2135 if (!ctx_nexthop) in update_nhlfes_from_ctx()
[all …]
H A Dzebra_rib.c1395 struct nexthop *nexthop, *ctx_nexthop; in rib_update_nhg_from_ctx() local
1401 ctx_nexthop = ctx_nhg->nexthop; in rib_update_nhg_from_ctx()
1403 if (CHECK_FLAG(ctx_nexthop->flags, NEXTHOP_FLAG_RECURSIVE) in rib_update_nhg_from_ctx()
1404 || !CHECK_FLAG(ctx_nexthop->flags, NEXTHOP_FLAG_ACTIVE)) in rib_update_nhg_from_ctx()
1405 ctx_nexthop = nexthop_next_active_resolved(ctx_nexthop); in rib_update_nhg_from_ctx()
1416 if (!nexthop_same(ctx_nexthop, nexthop)) { in rib_update_nhg_from_ctx()
1439 if (CHECK_FLAG(ctx_nexthop->flags, NEXTHOP_FLAG_FIB)) { in rib_update_nhg_from_ctx()
1461 ctx_nexthop = nexthop_next_active_resolved(ctx_nexthop); in rib_update_nhg_from_ctx()