Lines Matching refs:plumbed
102 unsigned int plumbed; /* per-family plumbed */
103 unsigned int implicitly_plumbed; /* per-family implicitly plumbed */
494 if ((netdev->plumbed & proto) != 0)
499 VLOG_ERR("%s device could not be plumbed", netdev_name);
502 VLOG_DBG("%s device plumbed for %s", netdev_name, astring);
505 netdev->plumbed |= proto;
547 netdev->plumbed &= ~proto;
940 netdev->plumbed |= proto;
1039 netdev->plumbed = 0;
1047 if (netdev->plumbed != 0 && flags & NETDEV_LOOPBACK) {
1082 * If implicitly plumbed, then unplumb it.