Lines Matching refs:dn_flow_set

223 static void cp_flow_set_to_64_user(struct dn_flow_set *set, struct dn_flow_set_64 *fs_bp);
226 static char* dn_copy_set_64(struct dn_flow_set *set, char *bp);
229 static void cp_flow_set_to_32_user(struct dn_flow_set *set, struct dn_flow_set_32 *fs_bp);
232 static char* dn_copy_set_32(struct dn_flow_set *set, char *bp);
366 cp_flow_set_to_32_user(struct dn_flow_set *set, struct dn_flow_set_32 *fs_bp) in cp_flow_set_to_32_user()
396 cp_flow_set_to_64_user(struct dn_flow_set *set, struct dn_flow_set_64 *fs_bp) in cp_flow_set_to_64_user()
929 struct dn_flow_set *fs = q->fs; in ready_event_wfq()
1189 expire_queues(struct dn_flow_set *fs) in expire_queues()
1228 create_queue(struct dn_flow_set *fs, int i) in create_queue()
1262 find_queue(struct dn_flow_set *fs, struct ip_flow_id *id) in find_queue()
1371 red_drops(struct dn_flow_set *fs, struct dn_flow_queue *q, int len) in red_drops()
1474 struct dn_flow_set *
1477 struct dn_flow_set *fs; in locate_flowset()
1525 struct dn_flow_set *fs = NULL; in dummynet_io()
1804 purge_flow_set(struct dn_flow_set *fs, int all) in purge_flow_set()
1834 kfree_type(struct dn_flow_set, fs); in purge_flow_set()
1869 struct dn_flow_set *fs, *fs1; in dummynet_flush()
1887 SLIST_REMOVE(&flowsethash[i], fs, dn_flow_set, next); in dummynet_flush()
1905 config_red(struct dn_flow_set *p, struct dn_flow_set * x) in config_red()
1957 alloc_hash(struct dn_flow_set *x, struct dn_flow_set *pfs) in alloc_hash()
1985 set_fs_parms(struct dn_flow_set *x, struct dn_flow_set *src) in set_fs_parms()
2017 struct dn_flow_set *pfs = &(p->fs); in config_pipe()
2103 struct dn_flow_set *x, *b; in config_pipe()
2115 x = kalloc_type(struct dn_flow_set, Z_WAITOK | Z_ZERO); in config_pipe()
2142 kfree_type(struct dn_flow_set, x); in config_pipe()
2151 kfree_type(struct dn_flow_set, x); in config_pipe()
2167 fs_remove_from_heap(struct dn_heap *h, struct dn_flow_set *fs) in fs_remove_from_heap()
2209 struct dn_flow_set *fs; in dummynet_drain()
2254 struct dn_flow_set *fs; in delete_pipe()
2290 struct dn_flow_set *b; in delete_pipe()
2302 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next); in delete_pipe()
2324 dn_copy_set_32(struct dn_flow_set *set, char *bp) in dn_copy_set_32()
2361 dn_copy_set_64(struct dn_flow_set *set, char *bp) in dn_copy_set_64()
2400 struct dn_flow_set *set; in dn_calc_size()
2439 struct dn_flow_set *set; in dummynet_get()