Searched refs:if_stat (Results 1 – 1 of 1) sorted by relevance
61 static SLIST_HEAD(, if_stat) curlist;63 struct if_stat { struct64 SLIST_ENTRY(if_stat) link;87 static void format_device_name(struct if_stat *); argument175 struct if_stat *node = NULL; in closeifstat()206 struct if_stat *ifp = NULL; in showifstat()230 struct if_stat *p = NULL; in initifstat()240 p = (struct if_stat *)calloc(1, sizeof(struct if_stat)); in initifstat()268 struct if_stat *ifp = NULL, *temp_var; in fetchifstat()288 SLIST_REMOVE(&curlist, ifp, if_stat, link); in fetchifstat()[all …]