Home
last modified time | relevance | path

Searched refs:REF_STALE (Results 1 – 6 of 6) sorted by relevance

/dports/net/bird2/bird-2.0.8/nest/
H A Drt-table.c1123 old->flags &= ~(REF_STALE | REF_DISCARD | REF_MODIFY); in rte_recalculate()
1639 e->flags |= REF_STALE; in rt_refresh_begin()
1661 if ((e->sender == c) && (e->flags & REF_STALE)) in rt_refresh_end()
1682 if ((e->sender == c) && (e->flags & REF_STALE) && !(e->flags & REF_FILTERED)) in rt_modify_stale()
2542 if (old->flags & (REF_STALE | REF_DISCARD | REF_MODIFY)) in rte_update_in()
2544 old->flags &= ~(REF_STALE | REF_DISCARD | REF_MODIFY); in rte_update_in()
2676 if (all || (e->flags & (REF_STALE | REF_DISCARD))) in rt_prune_sync()
H A Droute.h280 #define REF_STALE 4 /* Route is stale in a refresh cycle */ macro
/dports/net/bird/bird-1.6.8/nest/
H A Drt-table.c920 old->flags &= ~(REF_STALE | REF_DISCARD | REF_MODIFY); in rte_recalculate()
1393 e->flags |= REF_STALE; in rt_refresh_begin()
1417 if ((e->sender == ah) && (e->flags & REF_STALE)) in rt_refresh_end()
1440 if ((e->sender == ah) && (e->flags & REF_STALE) && !(e->flags & REF_FILTERED)) in rt_modify_stale()
H A Droute.h243 #define REF_STALE 4 /* Route is stale in a refresh cycle */ macro
/dports/net/bird/bird-1.6.8/
H A DChangeLog169 due to change in REF_STALE.
/dports/net/bird2/bird-2.0.8/
H A DChangeLog2727 due to change in REF_STALE.