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

/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c299 flow_chain_t *flow_curr = NULL; local
302 for (flow_curr = state->fs_flowchain; flow_curr;
303 flow_curr = flow_curr->fc_next) {
304 if (strcmp(flow_curr->fc_flowname, flowname) == 0)
309 if (flow_curr == NULL) {
310 flow_curr = (flow_chain_t *)malloc(sizeof (flow_chain_t));
311 if (flow_curr == NULL)
313 (void) strncpy(flow_curr
[all...]

Completed in 68 milliseconds