Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h328 struct net_device *dev, bool want_ref);
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c598 bool exempt_from_gc, bool want_ref) in ___neigh_create() argument
659 if (want_ref) in ___neigh_create()
670 if (want_ref) in ___neigh_create()
691 struct net_device *dev, bool want_ref) in __neigh_create() argument
693 return ___neigh_create(tbl, pkey, dev, 0, false, want_ref); in __neigh_create()