Home
last modified time | relevance | path

Searched refs:knexthop_node (Results 1 – 3 of 3) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dkroute-disabled.c41 struct knexthop_node { struct
42 RB_ENTRY(knexthop_node) entry;
64 knexthop_compare(struct knexthop_node *a, struct knexthop_node *b) in knexthop_compare() argument
141 void knexthop_send_update(struct knexthop_node *);
143 static struct knexthop_node *
146 struct knexthop_node s; in knexthop_find()
185 struct knexthop_node *kn; in knexthop_clear()
195 struct knexthop_node *h; in kr_nexthop_add()
226 struct knexthop_node *kn; in kr_nexthop_delete()
243 knexthop_send_update(struct knexthop_node *kn) in knexthop_send_update()
[all …]
H A Dkroute.c65 struct knexthop_node { struct
122 int knexthop_compare(struct knexthop_node *, struct knexthop_node *);
1013 struct knexthop_node *h; in kr_nexthop_add()
1094 struct knexthop_node *h; in kr_show_route()
1712 knexthop_compare(struct knexthop_node *a, struct knexthop_node *b) in knexthop_compare()
1841 struct knexthop_node *h; in kroute_insert()
1877 struct knexthop_node *s; in kroute_remove()
1991 struct knexthop_node *h; in kroute6_insert()
2029 struct knexthop_node *s; in kroute6_remove()
2095 struct knexthop_node *
[all …]
H A Dbgpd.h641 struct knexthop_node;
645 RB_HEAD(knexthop_tree, knexthop_node);