Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h77 int (*neigh_setup)(struct neighbour *); member
/linux/drivers/net/bonding/
H A Dbond_main.c4749 if (parms.neigh_setup) in bond_neigh_init()
4750 ret = parms.neigh_setup(n); in bond_neigh_init()
4769 parms->neigh_setup = bond_neigh_init; in bond_neigh_setup()
/linux/drivers/s390/net/
H A Dqeth_l3_main.c1811 np->neigh_setup = qeth_l3_neigh_setup_noarp; in qeth_l3_neigh_setup()