Home
last modified time | relevance | path

Searched refs:EAF_FRESH (Results 1 – 5 of 5) sorted by relevance

/dports/net/bird2/bird-2.0.8/filter/
H A Df-inst.c716 l->attrs[0].type = da.type | EAF_ORIGINATED | EAF_FRESH;
779 l->attrs[0].type = EAF_TYPE_UNDEF | EAF_ORIGINATED | EAF_FRESH;
/dports/net/bird2/bird-2.0.8/nest/
H A Droute.h541 #define EAF_FRESH 0x40 /* An uncached attribute (e.g. modified in export filter) */ macro
H A Drt-attr.c627 d->type = (d->type & ~(EAF_ORIGINATED|EAF_FRESH)) | (s[-1].type & EAF_ORIGINATED); in ea_do_prune()
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dattrs.c1762 if (a && !(a->type & EAF_FRESH)) in bgp_update_attrs()
H A Dpackets.c1042 if (a->type & EAF_FRESH) in bgp_use_next_hop()