Searched refs:if_stat (Results 1 – 1 of 1) sorted by relevance
66 SLIST_HEAD(, if_stat) curlist;69 struct if_stat { struct70 SLIST_ENTRY(if_stat) link;98 static void format_device_name(struct if_stat *); argument186 struct if_stat *node = NULL; in closeifstat()217 struct if_stat *ifp = NULL; in showifstat()241 struct if_stat *p = NULL; in initifstat()251 p = (struct if_stat *)calloc(1, sizeof(struct if_stat)); in initifstat()279 struct if_stat *ifp = NULL, *temp_var; in fetchifstat()299 SLIST_REMOVE(&curlist, ifp, if_stat, link); in fetchifstat()[all …]