Searched defs:lnstat_file (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/misc/
H A Dlnstat.h14 struct lnstat_file;
17 struct lnstat_file *file;
24 struct lnstat_file { struct
25 struct lnstat_file *next;
37 struct lnstat_file *lnstat_scan_dir(const char *path, const int num_req_files,
39 int lnstat_update(struct lnstat_file *lnstat_files);
40 int lnstat_dump(FILE *outfd, struct lnstat_file *lnstat_files);
41 struct lnstat_field *lnstat_find_field(struct lnstat_file *lnstat_files,

Completed in 24 milliseconds