Home
last modified time | relevance | path

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

/linux-4.1.27/net/8021q/
Dvlan_dev.c375 if (netif_device_present(real_dev) && ops->ndo_neigh_setup) in vlan_dev_neigh_setup()
376 err = ops->ndo_neigh_setup(real_dev, pa); in vlan_dev_neigh_setup()
761 .ndo_neigh_setup = vlan_dev_neigh_setup,
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c3452 if (!slave_ops->ndo_neigh_setup) in bond_neigh_init()
3457 ret = slave_ops->ndo_neigh_setup(slave->dev, &parms); in bond_neigh_init()
4072 .ndo_neigh_setup = bond_neigh_setup,
/linux-4.1.27/net/core/
Dneighbour.c1443 if (ops->ndo_neigh_setup && ops->ndo_neigh_setup(dev, p)) { in neigh_parms_alloc()
/linux-4.1.27/include/linux/
Dnetdevice.h1068 int (*ndo_neigh_setup)(struct net_device *dev, member
/linux-4.1.27/drivers/s390/net/
Dqeth_l3_main.c3281 .ndo_neigh_setup = qeth_l3_neigh_setup,