Searched refs:not_found (Results 1 – 3 of 3) sorted by relevance
254 uint64_t netstat_get(struct netstat *ns, const char *name, bool *not_found) in netstat_get() argument256 if (not_found) in netstat_get()257 *not_found = false; in netstat_get()270 if (not_found) in netstat_get()271 *not_found = true; in netstat_get()
644 const char *name, bool *not_found);646 static inline uint64_t netstat_get_one(const char *name, bool *not_found) in netstat_get_one() argument651 ret = netstat_get(ns, name, not_found); in netstat_get_one()
960 goto not_found; in mas_tree_walk()967 goto not_found; in mas_tree_walk()979 not_found: in mas_tree_walk()
Completed in 38 milliseconds