Home
last modified time | relevance | path

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

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