Home
last modified time | relevance | path

Searched refs:rte_update2 (Results 1 – 15 of 15) sorted by relevance

/dports/net/bird/bird-1.6.8/nest/
H A Drt-dev.c57 rte_update2(p->main_ahook, n, NULL, src); in dev_ifa_notify()
87 rte_update2(p->main_ahook, n, e, src); in dev_ifa_notify()
H A Dprotocol.h305 static inline void rte_update(struct proto *p, net *net, rte *new) { rte_update2(p->main_ahook, net… in rte_update()
H A Droute.h279 void rte_update2(struct announce_hook *ah, net *net, rte *new, struct rte_src *src);
H A Drt-table.c1216 rte_update2(struct announce_hook *ah, net *net, rte *new, struct rte_src *src) in rte_update2() function
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-dev.c70 rte_update2(c, net, NULL, src); in dev_ifa_notify()
96 rte_update2(c, net, e, src); in dev_ifa_notify()
H A Dprotocol.h642 static inline void rte_update(struct proto *p, const net_addr *n, rte *new) { rte_update2(p->main_c… in rte_update()
650 rte_update2(c, n, new, src); in rte_update3()
H A Droute.h323 void rte_update2(struct channel *c, const net_addr *n, rte *new, struct rte_src *src);
H A Drt-table.c1443 rte_update2(struct channel *c, const net_addr *n, rte *new, struct rte_src *src) in rte_update2() function
2635 rte_update2(c, e->net->n.addr, rte_do_cow(e), e->attrs->src); in rt_reload_channel()
/dports/net/bird2/bird-2.0.8/proto/static/
H A Dstatic.c122 rte_update2(p->p.main_channel, r->net, e, a->src); in static_announce_rte()
134 rte_update2(p->p.main_channel, r->net, NULL, a->src); in static_announce_rte()
300 rte_update2(p->p.main_channel, r->net, NULL, static_get_source(p, r->index)); in static_remove_rte()
/dports/net/bird2/bird-2.0.8/proto/rpki/
H A Drpki.c135 rte_update2(channel, &pfxr->n, e, a0.src); in rpki_table_add_roa()
142 rte_update2(channel, &pfxr->n, NULL, p->p.main_source); in rpki_table_remove_roa()
/dports/net/bird2/bird-2.0.8/proto/pipe/
H A Dpipe.c96 rte_update2(dst, n->n.addr, e, src); in pipe_rt_notify()
/dports/net/bird/bird-1.6.8/proto/pipe/
H A Dpipe.c109 rte_update2(ah, nn, e, src); in pipe_rt_notify()
/dports/net/bird2/bird-2.0.8/proto/babel/
H A Dbabel.c658 rte_update2(c, e->n.addr, rte, p->p.main_source); in babel_announce_rte()
677 rte_update2(c, e->n.addr, rte, p->p.main_source); in babel_announce_rte()
683 rte_update2(c, e->n.addr, NULL, p->p.main_source); in babel_announce_rte()
693 rte_update2(c, e->n.addr, NULL, p->p.main_source); in babel_announce_retraction()
/dports/net/bird/bird-1.6.8/proto/bgp/
H A Dpackets.c1160 rte_update2(p->p.main_ahook, n, e, *src); in bgp_rte_update()
1174 rte_update2( p->p.main_ahook, n, NULL, *src); in bgp_rte_withdraw()
/dports/net/bird2/bird-2.0.8/
H A DChangeLog7852 Route update: move table lookup from protocols into rte_update2().
7855 before calling rte_update2(). This commit should simplify the protocol