Home
last modified time | relevance | path

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

/linux/net/8021q/
H A Dvlan_dev.c386 if (netif_device_present(real_dev) && ops->ndo_neigh_setup) in vlan_dev_neigh_setup()
387 err = ops->ndo_neigh_setup(real_dev, pa); in vlan_dev_neigh_setup()
1022 .ndo_neigh_setup = vlan_dev_neigh_setup,
/linux/drivers/net/bonding/
H A Dbond_main.c4805 if (!slave_ops->ndo_neigh_setup) in bond_neigh_init()
4812 * [1] One way would be that ndo_neigh_setup() never touch in bond_neigh_init()
4817 ret = slave_ops->ndo_neigh_setup(slave->dev, &parms); in bond_neigh_init()
4829 /* The bonding ndo_neigh_setup is called at init time beofre any
6031 .ndo_neigh_setup = bond_neigh_setup,
/linux/net/core/
H A Dneighbour.c1760 if (ops->ndo_neigh_setup && ops->ndo_neigh_setup(dev, p)) { in neigh_parms_alloc()
/linux/drivers/s390/net/
H A Dqeth_l3_main.c1859 .ndo_neigh_setup = qeth_l3_neigh_setup,
/linux/include/linux/
H A Dnetdevice.h1442 int (*ndo_neigh_setup)(struct net_device *dev, member