Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dneighbour.h72 int (*neigh_setup)(struct neighbour *); member
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c3473 parms.neigh_setup = NULL; in bond_neigh_init()
3486 if (!parms.neigh_setup) in bond_neigh_init()
3489 return parms.neigh_setup(n); in bond_neigh_init()
3505 parms->neigh_setup = bond_neigh_init; in bond_neigh_setup()
/linux-4.4.14/net/core/
Dneighbour.c484 if (n->parms->neigh_setup && in __neigh_create()
485 (error = n->parms->neigh_setup(n)) < 0) { in __neigh_create()
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_main.c3130 np->neigh_setup = qeth_l3_neigh_setup_noarp; in qeth_l3_neigh_setup()