Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dneighbour.h214 bool (*allow_add)(const struct net_device *dev, member
/openbmc/linux/net/ipv6/
H A Dndisc.c120 .allow_add = ndisc_allow_add,
/openbmc/linux/net/core/
H A Dneighbour.c2048 if (tbl->allow_add && !tbl->allow_add(dev, extack)) { in neigh_add()