Searched refs:dladm_flow_info (Results 1 – 6 of 6) sorted by relevance
/titanic_44/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, in dladm_flow_info() function 273 status = dladm_flow_info(handle, flow, &fa); in do_get_maxbw() 368 status = dladm_flow_info(handle, flow, &fa); in do_get_priority()
|
H A D | mapfile-vers | 183 dladm_flow_info;
|
H A D | libdlstat.c | 465 if (dladm_flow_info(handle, flowname, &fattr) != in stat_report()
|
/titanic_44/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 703 dladm_flow_info(handle, flowname, &attr) != DLADM_STATUS_OK) in main() 777 if (!state->us_showall && ((status = dladm_flow_info(handle, in show_history_date() 805 if (!state->us_showall && ((status = dladm_flow_info(handle, in show_history_time() 877 if (!state->us_showall && ((status = dladm_flow_info(handle, in show_history_res() 978 dladm_flow_info(handle, resource, &attr) != in do_show_history()
|
/titanic_44/usr/src/cmd/flowadm/ |
H A D | flowadm.c | 565 if (dladm_flow_info(handle, name, &attr) != DLADM_STATUS_OK) in show_one_flow() 1225 if ((status = dladm_flow_info(handle, flow, &attr)) != in show_flowprop_one_flow()
|