Home
last modified time | relevance | path

Searched refs:rt_notify (Results 1 – 25 of 25) sorted by relevance

/dports/net/bird/bird-1.6.8/nest/
H A Dproto-hooks.c216 void rt_notify(struct proto *p, net *net, rte *new, rte *old, ea_list *attrs) in rt_notify() function
H A Dprotocol.h194 …void (*rt_notify)(struct proto *, struct rtable *table, struct network *net, struct rte *new, stru… member
H A Dproto.c185 if (p->rt_notify && (p->export_state != ES_DOWN)) in proto_add_announce_hook()
214 if (p->rt_notify) in proto_link_ahooks()
224 if (p->rt_notify) in proto_unlink_ahooks()
H A Drt-table.c381 p->rt_notify(p, ah->table, net, NULL, old, NULL); in do_rt_notify()
388 p->rt_notify(p, ah->table, net, new, old, tmpa); in do_rt_notify()
392 p->rt_notify(p, ah->table, net, new, old, new->attrs->eattrs); in do_rt_notify()
469 p->rt_notify(p, ah->table, net, NULL, old0, NULL); in rt_notify_basic()
2538 if (! d->export_protocol->rt_notify) in rt_show_net()
/dports/net/bird2/bird-2.0.8/nest/
H A Dproto-hooks.c216 void rt_notify(struct proto *p, net *net, rte *new, rte *old, ea_list *attrs) in rt_notify() function
H A Dprotocol.h216 …void (*rt_notify)(struct proto *, struct channel *, struct network *net, struct rte *new, struct r… member
H A Dproto.c657 if (!c->gr_wait && c->proto->rt_notify) in channel_set_state()
1524 if ((c->channel_state == CS_UP) && c->gr_wait && c->proto->rt_notify) in graceful_restart_done()
H A Drt-table.c694 p->rt_notify(p, c, net, new, old); in do_rt_notify()
/dports/net/bird2/bird-2.0.8/proto/pipe/
H A Dpipe.c187 P->rt_notify = pipe_rt_notify; in pipe_init()
/dports/net/bird2/bird-2.0.8/proto/perf/
H A Dperf.c273 P->rt_notify = perf_rt_notify; in perf_init()
/dports/net/bird/bird-1.6.8/proto/pipe/
H A Dpipe.c152 P->rt_notify = pipe_rt_notify; in pipe_init()
/dports/net/bird/bird-1.6.8/proto/radv/
H A Dradv.c570 P->rt_notify = radv_rt_notify; in radv_init()
/dports/net/bird2/bird-2.0.8/proto/radv/
H A Dradv.c579 P->rt_notify = radv_rt_notify; in radv_init()
/dports/net/bird2/bird-2.0.8/sysdep/unix/
H A Dkrt.c1047 p->p.rt_notify = krt_rt_notify; in krt_init()
/dports/net/bird/bird-1.6.8/sysdep/unix/
H A Dkrt.c1119 p->p.rt_notify = krt_rt_notify; in krt_init()
/dports/net/bird/bird-1.6.8/proto/rip/
H A Drip.c1093 P->rt_notify = rip_rt_notify; in rip_init()
/dports/net/bird2/bird-2.0.8/proto/rip/
H A Drip.c1120 P->rt_notify = rip_rt_notify; in rip_init()
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dospf.c374 P->rt_notify = ospf_rt_notify; in ospf_init()
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Dospf.c308 P->rt_notify = ospf_rt_notify; in ospf_init()
/dports/net/bird/bird-1.6.8/proto/bgp/
H A Dbgp.c1356 P->rt_notify = bgp_rt_notify; in bgp_init()
/dports/net/bird/bird-1.6.8/proto/babel/
H A Dbabel.c2052 P->rt_notify = babel_rt_notify; in babel_init()
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dbgp.c1683 P->rt_notify = bgp_rt_notify; in bgp_init()
/dports/net/bird2/bird-2.0.8/proto/babel/
H A Dbabel.c2200 P->rt_notify = babel_rt_notify; in babel_init()
/dports/net/bird2/bird-2.0.8/
H A DChangeLog3915 argument to rt_notify hook.
4076 import_control(), rt_notify() and get_route_info().
4147 hook, the default values are already handled in rt_notify hook called
7878 Channelize: rt_notify arg conversion table -> channel
8168 Fixed sigsegv for missing proto->rt_notify hook
8170 If rt_notify is NULL, the export must always stay DOWN.
13164 announcement code and by adding one argument to rt_notify() callback i
19510 Bug in rt_notify.
20153 Adapted to new rt_notify semantics.
24658 rt_notify hook set. Each protocol can also freely decide (by calling
[all …]
/dports/net/bird/bird-1.6.8/
H A DChangeLog7003 announcement code and by adding one argument to rt_notify() callback i
13349 Bug in rt_notify.
13992 Adapted to new rt_notify semantics.
18497 rt_notify hook set. Each protocol can also freely decide (by calling
19514 for proto->rt_notify (i.e., first new value and second the old one).