• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netinet/

Lines Matching refs:dn_flow_set

149 static struct dn_flow_set *all_flow_sets = NULL ;/* list of all flow_sets */
670 struct dn_flow_set *fs = q->fs;
874 expire_queues(struct dn_flow_set *fs)
908 create_queue(struct dn_flow_set *fs, int i)
941 find_queue(struct dn_flow_set *fs, struct ipfw_flow_id *id)
1005 red_drops(struct dn_flow_set *fs, struct dn_flow_queue *q, int len)
1107 struct dn_flow_set *
1110 struct dn_flow_set *fs;
1159 struct dn_flow_set *fs;
1384 purge_flow_set(struct dn_flow_set *fs, int all)
1449 struct dn_flow_set *fs, *curr_fs;
1486 dn_rule_delete_fs(struct dn_flow_set *fs, void *r)
1508 struct dn_flow_set *fs ;
1515 * If the rule references a queue (dn_flow_set), then scan
1537 config_red(struct dn_flow_set *p, struct dn_flow_set * x)
1588 alloc_hash(struct dn_flow_set *x, struct dn_flow_set *pfs)
1613 set_fs_parms(struct dn_flow_set *x, struct dn_flow_set *src)
1641 struct dn_flow_set *pfs = &(p->fs);
1708 struct dn_flow_set *x, *a, *b ;
1720 x = _MALLOC(sizeof(struct dn_flow_set), M_DUMMYNET, M_DONTWAIT | M_ZERO);
1766 fs_remove_from_heap(struct dn_heap *h, struct dn_flow_set *fs)
1805 struct dn_flow_set *fs;
1842 struct dn_flow_set *fs;
1877 } else { /* this is a WF2Q queue (dn_flow_set) */
1878 struct dn_flow_set *a, *b;
1915 dn_copy_set(struct dn_flow_set *set, char *bp)
1946 struct dn_flow_set *set ;
1969 struct dn_flow_set *set ;
2005 * first field in dn_pipe and dn_flow_set. The correct
2006 * solution would be to move the dn_flow_set to the beginning
2020 struct dn_flow_set *fs_bp = (struct dn_flow_set *)bp ;
2023 fs_bp->next = (struct dn_flow_set *)DN_IS_QUEUE ;