Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/bonding/
Dbond_main.c442 const struct net_device_ops *slave_ops = slave_dev->netdev_ops; in bond_check_dev_link() local
459 ioctl = slave_ops->ndo_do_ioctl; in bond_check_dev_link()
1307 const struct net_device_ops *slave_ops = slave_dev->netdev_ops; in bond_enslave() local
1315 slave_ops->ndo_do_ioctl == NULL) { in bond_enslave()
1404 if (slave_ops->ndo_set_mac_address == NULL) { in bond_enslave()
3461 const struct net_device_ops *slave_ops; in bond_neigh_init() local
3469 slave_ops = slave->dev->netdev_ops; in bond_neigh_init()
3470 if (!slave_ops->ndo_neigh_setup) in bond_neigh_init()
3475 ret = slave_ops->ndo_neigh_setup(slave->dev, &parms); in bond_neigh_init()