Lines Matching refs:flow

89 dladm_set_flowprop(dladm_handle_t handle, const char *flow,
95 if (flow == NULL || (prop_val == NULL && val_cnt > 0) ||
100 status = i_dladm_set_prop_temp(handle, flow, prop_name,
112 status = i_dladm_set_flowprop_db(handle, flow, prop_name,
119 dladm_walk_flowprop(int (*func)(void *, const char *), const char *flow,
124 if (flow == NULL || func == NULL)
127 /* Then show data-flow properties if there are any */
136 dladm_get_flowprop(dladm_handle_t handle, const char *flow, uint32_t type,
141 if (flow == NULL || prop_name == NULL || prop_val == NULL ||
148 return (i_dladm_get_flowprop_db(handle, flow, prop_name,
152 status = i_dladm_get_prop_temp(handle, flow, type, prop_name,
166 i_dladm_set_flowprop_db(dladm_handle_t handle, const char *flow,
172 state.ls_name = flow;
182 i_dladm_get_flowprop_db(dladm_handle_t handle, const char *flow,
188 state.ls_name = flow;
215 dladm_flow_info(dladm_handle_t handle, const char *flow,
222 if ((flow == NULL) || (attr == NULL))
229 (void) strlcpy(ioc->wf_name, flow, sizeof (ioc->wf_name));
237 (void) strlcpy(ioc->wf_name, flow,
265 do_get_maxbw(dladm_handle_t handle, const char *flow, char **prop_val,
273 status = dladm_flow_info(handle, flow, &fa);
290 do_set_maxbw(dladm_handle_t handle, const char *flow, val_desc_t *vdp,
310 (void) strlcpy(attr.mf_name, flow, sizeof (attr.mf_name));
359 do_get_priority(dladm_handle_t handle, const char *flow, char **prop_val,
368 status = dladm_flow_info(handle, flow, &fa);
385 do_set_priority(dladm_handle_t handle, const char *flow, val_desc_t *vdp,
404 (void) strlcpy(attr.mf_name, flow, sizeof (attr.mf_name));
570 i_dladm_set_flow_proplist_db(dladm_handle_t handle, char *flow,
579 status = i_dladm_set_flowprop_db(handle, flow, ai.ai_name,