Home
last modified time | relevance | path

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

/openbsd/usr.sbin/bgpd/
H A Drde_rib.c1005 if ((comm = communities_lookup(ncomm)) == NULL) { in prefix_update()
1149 if ((comm = communities_lookup(ncomm)) == NULL) { in prefix_flowspec_update()
1303 if ((comm = communities_lookup(&state->communities)) == NULL) { in prefix_adjout_update()
H A Drde.h442 struct rde_community *communities_lookup(struct rde_community *);
H A Drde_community.c646 communities_lookup(struct rde_community *comm) in communities_lookup() function