Home
last modified time | relevance | path

Searched refs:neigh_setup (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h74 int (*neigh_setup)(struct neighbour *); member
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h76 int (*neigh_setup)(struct neighbour *); member
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_main.c4100 * struct neigh_parms, but propagate the new neigh_setup() in bond_neigh_init()
4109 if (parms.neigh_setup) in bond_neigh_init()
4110 ret = parms.neigh_setup(n); in bond_neigh_init()
4129 parms->neigh_setup = bond_neigh_init; in bond_neigh_setup()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c4646 * struct neigh_parms, but propagate the new neigh_setup() in bond_neigh_init()
4655 if (parms.neigh_setup) in bond_neigh_init()
4656 ret = parms.neigh_setup(n); in bond_neigh_init()
4675 parms->neigh_setup = bond_neigh_init; in bond_neigh_setup()
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c618 if (n->parms->neigh_setup && in ___neigh_create()
619 (error = n->parms->neigh_setup(n)) < 0) { in ___neigh_create()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_l3_main.c1813 np->neigh_setup = qeth_l3_neigh_setup_noarp; in qeth_l3_neigh_setup()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_l3_main.c1806 np->neigh_setup = qeth_l3_neigh_setup_noarp; in qeth_l3_neigh_setup()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c674 if (n->parms->neigh_setup && in ___neigh_create()
675 (error = n->parms->neigh_setup(n)) < 0) { in ___neigh_create()

Completed in 38 milliseconds