Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dneighbour.h76 int (*neigh_setup)(struct neighbour *); member
/linux-6.3-rc2/drivers/net/bonding/
A Dbond_main.c4635 if (parms.neigh_setup) in bond_neigh_init()
4636 ret = parms.neigh_setup(n); in bond_neigh_init()
4655 parms->neigh_setup = bond_neigh_init; in bond_neigh_setup()
/linux-6.3-rc2/net/core/
A Dneighbour.c697 if (n->parms->neigh_setup && in ___neigh_create()
698 (error = n->parms->neigh_setup(n)) < 0) { in ___neigh_create()
/linux-6.3-rc2/drivers/s390/net/
A Dqeth_l3_main.c1803 np->neigh_setup = qeth_l3_neigh_setup_noarp; in qeth_l3_neigh_setup()

Completed in 23 milliseconds