Lines Matching defs:master
317 * Find the master net_device on top of the given net_device.
320 * Returns the master net_device with a reference held, or the same net_device
321 * if no master exists.
325 struct net_device *master;
328 master = netdev_master_upper_dev_get_rcu(dev);
329 if (master)
330 dev_hold(master);
333 if (master)
334 return master;
2450 * https://github.com/systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L358