Searched refs:flows (Results 1 – 16 of 16) sorted by relevance
/linux-2.6.39/net/sched/ |
D | sch_atm.c | 64 struct list_head flows; /* NB: "link" is also on this member 76 list_for_each_entry(flow, &p->flows, list) { in lookup_flow() 339 list_for_each_entry(flow, &p->flows, list) { in atm_tc_walk() 373 list_for_each_entry(flow, &p->flows, list) { in atm_tc_enqueue() 459 list_for_each_entry(flow, &p->flows, list) { in sch_atm_dequeue() 528 list_for_each_entry(flow, &p->flows, list) { in atm_tc_drop() 540 INIT_LIST_HEAD(&p->flows); in atm_tc_init() 542 list_add(&p->link.list, &p->flows); in atm_tc_init() 563 list_for_each_entry(flow, &p->flows, list) in atm_tc_reset() 574 list_for_each_entry(flow, &p->flows, list) in atm_tc_destroy() [all …]
|
D | Kconfig | 235 and Keep for responsive flows, CHOose and Kill for unresponsive 236 flows). This is a variation of RED which trys to penalize flows
|
D | sch_sfq.c | 594 opt.flows = q->limit; in sfq_dump()
|
/linux-2.6.39/Documentation/networking/ |
D | pktgen.txt | 49 flows: 0 flowlen: 0 62 flows: 0 169 pktgen.conf-1-1-flows # 1 CPU 1 dev multiple flows. 243 flows
|
D | bonding.txt | 2053 destination. In a local configuration, traffic flows directly to and
|
/linux-2.6.39/net/core/ |
D | pktgen.c | 374 struct flow_state *flows; member 2226 return !!(pkt_dev->flows[flow].flags & F_INIT); in f_seen() 2234 if (pkt_dev->flows[flow].count >= pkt_dev->lflow) { in f_pick() 2236 pkt_dev->flows[flow].count = 0; in f_pick() 2237 pkt_dev->flows[flow].flags = 0; in f_pick() 2246 if (pkt_dev->flows[flow].count > pkt_dev->lflow) { in f_pick() 2247 pkt_dev->flows[flow].count = 0; in f_pick() 2248 pkt_dev->flows[flow].flags = 0; in f_pick() 2263 struct xfrm_state *x = pkt_dev->flows[flow].x; in get_ipsec_sa() 2273 pkt_dev->flows[flow].x = x; in get_ipsec_sa() [all …]
|
D | net-sysfs.c | 691 table->flows[i].cpu = RPS_NO_CPU; in store_rps_dev_flow_table_cnt()
|
D | dev.c | 2610 rflow = &flow_table->flows[flow_id]; in set_rps_cpu() 2675 rflow = &flow_table->flows[skb->rxhash & flow_table->mask]; in get_rps_cpu() 2743 rflow = &flow_table->flows[flow_id]; in rps_may_expire_flow()
|
/linux-2.6.39/net/dccp/ccids/ |
D | Kconfig | 20 be reasonably fair when competing for bandwidth with TCP-like flows,
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-platform-kim | 8 The device name flows down to architecture specific board
|
/linux-2.6.39/include/linux/ |
D | pkt_sched.h | 162 unsigned flows; /* Maximal number of flows */ member
|
D | netdevice.h | 623 struct rps_dev_flow flows[0]; member
|
/linux-2.6.39/Documentation/ |
D | media-framework.txt | 32 flows from the entity's output to one or more entity inputs. Pads should 36 on the same entity or on different entities. Data flows from a source
|
/linux-2.6.39/arch/blackfin/ |
D | Kconfig.debug | 182 flows) and should normally be turned off, except in those nasty
|
/linux-2.6.39/net/ipv4/ |
D | Kconfig | 470 other Reno and H-TCP flows.
|
/linux-2.6.39/Documentation/block/ |
D | biodoc.txt | 993 4.2 Request flows seen by I/O schedulers 995 flows.
|