Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/bonding/
Dbond_main.c860 const struct net_device_ops *slave_ops = slave_dev->netdev_ops; in bond_check_dev_link() local
877 ioctl = slave_ops->ndo_eth_ioctl; in bond_check_dev_link()
1949 const struct net_device_ops *slave_ops = slave_dev->netdev_ops; in bond_enslave() local
1964 slave_ops->ndo_eth_ioctl == NULL) { in bond_enslave()
2055 if (!slave_ops->ndo_set_mac_address || in bond_enslave()
4757 const struct net_device_ops *slave_ops; in bond_neigh_init() local
4766 slave_ops = slave->dev->netdev_ops; in bond_neigh_init()
4767 if (!slave_ops->ndo_neigh_setup) in bond_neigh_init()
4779 ret = slave_ops->ndo_neigh_setup(slave->dev, &parms); in bond_neigh_init()