Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-neighbor.c129 static int neighbor_get(Link *link, const Neighbor *in, Neighbor **ret) { in neighbor_get() function
269 if (neighbor_get(link, neighbor, &existing) < 0) { in link_request_neighbor()
402 if (neighbor_get(link, neighbor, &existing) >= 0) in link_drop_foreign_neighbors()
527 (void) neighbor_get(link, tmp, &neighbor); in manager_rtnl_process_neighbor()