Lines Matching refs:dn_flow_set

222 static void cp_flow_set_to_64_user(struct dn_flow_set *set, struct dn_flow_set_64 *fs_bp);
225 static char* dn_copy_set_64(struct dn_flow_set *set, char *bp);
228 static void cp_flow_set_to_32_user(struct dn_flow_set *set, struct dn_flow_set_32 *fs_bp);
231 static char* dn_copy_set_32(struct dn_flow_set *set, char *bp);
360 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()
390 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()
923 struct dn_flow_set *fs = q->fs; in ready_event_wfq()
1183 expire_queues(struct dn_flow_set *fs) in expire_queues()
1222 create_queue(struct dn_flow_set *fs, int i) in create_queue()
1256 find_queue(struct dn_flow_set *fs, struct ip_flow_id *id) in find_queue()
1365 red_drops(struct dn_flow_set *fs, struct dn_flow_queue *q, int len) in red_drops()
1468 struct dn_flow_set *
1471 struct dn_flow_set *fs; in locate_flowset()
1519 struct dn_flow_set *fs = NULL; in dummynet_io()
1798 purge_flow_set(struct dn_flow_set *fs, int all) in purge_flow_set()
1828 kfree_type(struct dn_flow_set, fs); in purge_flow_set()
1863 struct dn_flow_set *fs, *fs1; in dummynet_flush()
1881 SLIST_REMOVE(&flowsethash[i], fs, dn_flow_set, next); in dummynet_flush()
1899 config_red(struct dn_flow_set *p, struct dn_flow_set * x) in config_red()
1951 alloc_hash(struct dn_flow_set *x, struct dn_flow_set *pfs) in alloc_hash()
1979 set_fs_parms(struct dn_flow_set *x, struct dn_flow_set *src) in set_fs_parms()
2011 struct dn_flow_set *pfs = &(p->fs); in config_pipe()
2097 struct dn_flow_set *x, *b; in config_pipe()
2109 x = kalloc_type(struct dn_flow_set, Z_NOWAIT | Z_ZERO); in config_pipe()
2136 kfree_type(struct dn_flow_set, x); in config_pipe()
2145 kfree_type(struct dn_flow_set, x); in config_pipe()
2161 fs_remove_from_heap(struct dn_heap *h, struct dn_flow_set *fs) in fs_remove_from_heap()
2203 struct dn_flow_set *fs; in dummynet_drain()
2248 struct dn_flow_set *fs; in delete_pipe()
2284 struct dn_flow_set *b; in delete_pipe()
2296 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next); in delete_pipe()
2318 dn_copy_set_32(struct dn_flow_set *set, char *bp) in dn_copy_set_32()
2355 dn_copy_set_64(struct dn_flow_set *set, char *bp) in dn_copy_set_64()
2394 struct dn_flow_set *set; in dn_calc_size()
2433 struct dn_flow_set *set; in dummynet_get()