Lines Matching defs:flow
138 /* flow name */
145 /* resource control and flow descriptor parameters */
233 /* flow policy */
242 /* flow descriptor */
432 * Remove existing flow from DB.
474 * Create a flow in the DB.
523 /* flow id */
525 /* group with flow id already exists */
532 * the same flow id already exists. Its now time to add the new
550 /* create flow */
594 /* Extract flow attributes from attrlist */
608 /* Add flow in kernel */
613 /* Add flow to DB */
626 /* set flow properties */
640 * Remove a flow.
651 /* remove flow */
657 /* remove flow from DB */
664 /* flow DB */
670 /* flow prop DB */
689 * Get an existing flow in the DB.
699 * For each flow which matches the linkid, copy all flow information
726 * Walk through the flows defined on the system and for each flow
727 * invoke <fn>(<arg>, <flow>);
728 * Currently used for show-flow.
735 dld_flowinfo_t *flow;
779 flow = (dld_flowinfo_t *)(void *)(ioc + 1);
780 for (i = 0; i < ioc->wf_nflows; i++, flow++) {
783 attr.fa_linkid = flow->fi_linkid;
784 bcopy(&flow->fi_flowname, &attr.fa_flowname,
786 bcopy(&flow->fi_flow_desc, &attr.fa_flow_desc,
788 bcopy(&flow->fi_resource_props, &attr.fa_resource_props,