Lines Matching defs:link
27 #include "networkd-wait-online-link.h"
32 bool manager_ignore_link(Manager *m, Link *link) {
36 assert(link);
39 if (link->flags & IFF_LOOPBACK)
43 if (m->interfaces && !strv_contains(m->interfaces, link->ifname))
48 if (fnmatch(*ignore, link->ifname, 0) == 0)
70 and at least one link to gain a carrier */
78 log_debug("link %s has not yet been processed by udev",
84 log_debug("link %s is being processed by networkd",
91 /* we wait for at least one link to be ready,
128 log_debug("Found link %i", ifindex);
147 log_debug("Removing link %i", l->ifindex);
157 log_warning_errno(r, "Failed to process RTNL link message: %m");