Lines Matching defs:master
320 * Find the master net_device on top of the given net_device.
323 * Returns the master net_device with a reference held, or the same net_device
324 * if no master exists.
328 struct net_device *master;
331 master = netdev_master_upper_dev_get_rcu(dev);
332 if (master)
333 dev_hold(master);
336 if (master)
337 return master;
2462 * https://github.com/systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L358