Home
last modified time | relevance | path

Searched refs:want_ref (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/net/
Dneighbour.h319 struct net_device *dev, bool want_ref);
/Linux-v5.10/net/core/
Dneighbour.c577 bool exempt_from_gc, bool want_ref) in ___neigh_create() argument
639 if (want_ref) in ___neigh_create()
650 if (want_ref) in ___neigh_create()
671 struct net_device *dev, bool want_ref) in __neigh_create() argument
673 return ___neigh_create(tbl, pkey, dev, false, want_ref); in __neigh_create()