Searched refs:dladm_flow_info (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlflow.h | 66 extern dladm_status_t dladm_flow_info(dladm_handle_t, const char *,
|
H A D | flowprop.c | 215 dladm_flow_info(dladm_handle_t handle, const char *flow, function 273 status = dladm_flow_info(handle, flow, &fa); 368 status = dladm_flow_info(handle, flow, &fa);
|
/illumos-gate/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 686 dladm_flow_info(handle, flowname, &attr) != DLADM_STATUS_OK) 760 if (!state->us_showall && ((status = dladm_flow_info(handle, 788 if (!state->us_showall && ((status = dladm_flow_info(handle, 860 if (!state->us_showall && ((status = dladm_flow_info(handle, 961 dladm_flow_info(handle, resource, &attr) !=
|
/illumos-gate/usr/src/cmd/flowadm/ |
H A D | flowadm.c | 565 if (dladm_flow_info(handle, name, &attr) != DLADM_STATUS_OK) 1225 if ((status = dladm_flow_info(handle, flow, &attr)) !=
|
Completed in 124 milliseconds