Searched refs:flowlist (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c65 struct flowlist { struct
81 struct flowlist *stattable = NULL;
87 * Search for flowlist entry in stattable which matches
92 * Return: *flowlist of matching flow
96 static struct flowlist *
100 struct flowlist *flist;
129 maxstatentries * sizeof (struct flowlist));
132 return (struct flowlist *)(NULL);
136 bzero(flist, sizeof (struct flowlist));
148 print_flow_stats(dladm_handle_t handle, struct flowlist *flis
[all...]

Completed in 18 milliseconds