Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h72 int (*neigh_setup)(struct neighbour *); member
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c3455 parms.neigh_setup = NULL; in bond_neigh_init()
3468 if (!parms.neigh_setup) in bond_neigh_init()
3471 return parms.neigh_setup(n); in bond_neigh_init()
3487 parms->neigh_setup = bond_neigh_init; in bond_neigh_setup()
/linux-4.1.27/net/core/
Dneighbour.c480 if (n->parms->neigh_setup && in __neigh_create()
481 (error = n->parms->neigh_setup(n)) < 0) { in __neigh_create()
/linux-4.1.27/drivers/s390/net/
Dqeth_l3_main.c3246 np->neigh_setup = qeth_l3_neigh_setup_noarp; in qeth_l3_neigh_setup()