Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dneighbour.h337 struct net_device *dev, bool want_ref);
/linux-6.15/net/core/
H A Dneighbour.c600 bool exempt_from_gc, bool want_ref) in ___neigh_create() argument
657 if (want_ref) in ___neigh_create()
669 if (want_ref) in ___neigh_create()
691 struct net_device *dev, bool want_ref) in __neigh_create() argument
695 return ___neigh_create(tbl, pkey, dev, 0, exempt_from_gc, want_ref); in __neigh_create()