Lines Matching refs:dn_flow_set
79 struct dn_flow_set { struct
80 SLIST_ENTRY(dn_flow_set) next; /* linked list in a hash slot */
130 SLIST_HEAD(dn_flow_set_head, dn_flow_set); argument
157 struct dn_flow_set *fs ; /* parent flow set */
193 struct dn_flow_set fs ; /* used with fixed-rate flows */
222 struct dn_flow_set *fs ; /* parent flow set */
257 struct dn_flow_set fs ; /* used with fixed-rate flows */
411 struct dn_flow_set *f; in dn_compat_config_queue()
573 need += V_dn_cfg.fsk_count * sizeof(struct dn_flow_set); in dn_compat_calc_size()
619 struct dn_flow_set *fs; in dn_c_copy_pipe()
702 struct dn_flow_set *fs = (struct dn_flow_set *)*a->start; in dn_c_copy_fs()
704 fs->next.sle_next = (struct dn_flow_set *)DN_IS_QUEUE; in dn_c_copy_fs()
722 *a->start += sizeof(struct dn_flow_set); in dn_c_copy_fs()
731 int fs_size = sizeof(struct dn_flow_set); in dn_compat_copy_queue()