Home
last modified time | relevance | path

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

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