Searched refs:flow (Results 1 - 25 of 85) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_atm.c32 * Each class maps the flow(s) it is handling to a given VC. Multiple classes
47 * - should lock the flow while there is data in the queue (?)
68 struct atm_flow_data *excess; /* flow for excess traffic;
82 /* ------------------------- Class/flow operations ------------------------- */
85 static int find_flow(struct atm_qdisc_data *qdisc,struct atm_flow_data *flow) argument
89 DPRINTK("find_flow(qdisc %p,flow %p)\n",qdisc,flow);
91 if (walk == flow) return 1;
101 struct atm_flow_data *flow; local
103 for (flow
113 struct atm_flow_data *flow = (struct atm_flow_data *) arg; local
127 struct atm_flow_data *flow = (struct atm_flow_data *) cl; local
137 struct atm_flow_data *flow; local
162 struct atm_flow_data *flow = (struct atm_flow_data *) cl; local
214 struct atm_flow_data *flow = (struct atm_flow_data *) *arg; local
331 struct atm_flow_data *flow = (struct atm_flow_data *) arg; local
353 struct atm_flow_data *flow; local
371 struct atm_flow_data *flow = (struct atm_flow_data *) cl; local
384 struct atm_flow_data *flow = NULL ; /* @@@ */ local
470 struct atm_flow_data *flow; local
542 struct atm_flow_data *flow; local
577 struct atm_flow_data *flow; local
588 struct atm_flow_data *flow; local
614 struct atm_flow_data *flow = (struct atm_flow_data *) cl; local
656 struct atm_flow_data *flow = (struct atm_flow_data *) arg; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirlan_eth.h31 void irlan_eth_flow_indication( void *instance, void *sap, LOCAL_FLOW flow);
H A Dircomm_tty.h80 LOCAL_FLOW flow; /* IrTTP flow status */ member in struct:ircomm_tty_cb
H A Dirmod.h82 void (*flow_indication)(void *instance, void *sap, LOCAL_FLOW flow);
H A Dircomm_core.h104 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow);
H A Dirttp.h53 /* Most clients are synchronous with respect to flow control, so we can
67 * default maximum number of frames he can send us before needing flow
76 * before starting to flow control the other end, so make it exactly one
169 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
24 prefer this term) and 20 bits of flow label. Currently there exist
25 no well-defined API to manage IPv6 flow information. In this document
42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
56 Flows with coinciding source address and flow label must have identical
65 with flow labels.
75 flow labe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A DMakefile13 obj-$(CONFIG_XFRM) += flow.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dinit.c146 char parity = '\0', bits = '\0', flow = '\0'; local
159 if (*s == 'h') flow = 'r';
167 if (flow == '\0')
168 flow = 'r';
169 sprintf (console_string, " console=ttyS0,%d%c%c%c", baud, parity, bits, flow);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_timer.c26 #include <net/flow.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dfib_rules.h7 #include <net/flow.h>
H A Dip_mp_alg.h11 #include <net/flow.h>
H A Dinet_sock.h24 #include <net/flow.h>
H A Dip6_fib.h22 #include <net/flow.h>
H A Dip6_route.h29 #include <net/flow.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_eth.c74 * have now been fixed, and we can propagate flow control properly
77 * Without flow control, the Tx Queue is 14 (ttp) + 0 (dev) = 14
78 * With flow control, the Tx Queue is 7 (ttp) + 4 (dev) = 11
250 * Do flow control between IP/Ethernet and IrLAN/IrTTP. This is done by
253 * The IrDA link layer has the advantage to have flow control, and
261 void irlan_eth_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) argument
275 IRDA_DEBUG(0, "%s() : flow %s ; running %d\n", __FUNCTION__,
276 flow == FLOW_STOP ? "FLOW_STOP" : "FLOW_START",
279 switch (flow) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmpc52xx_uart.c570 int *baud, int *parity, int *bits, int *flow)
648 int flow = 'n'; local
667 uart_parse_options(options, &baud, &parity, &bits, &flow);
669 mpc52xx_console_get_options(port, &baud, &parity, &bits, &flow);
671 return uart_set_options(port, co, baud, parity, bits, flow);
688 int flow = 'n'; local
735 uart_parse_options(options, &baud, &parity, &bits, &flow);
737 mpc52xx_console_get_options(port, &baud, &parity, &bits, &flow);
739 pr_debug("Setting console parameters: %i %i%c1 flow=%c\n",
740 baud, bits, parity, flow);
569 mpc52xx_console_get_options(struct uart_port *port, int *baud, int *parity, int *bits, int *flow) argument
[all...]
H A Dnetx-serial.c553 int *parity, int *bits, int *flow)
590 *flow = 'r';
600 int flow = 'n'; local
612 uart_parse_options(options, &baud, &parity, &bits, &flow);
619 &parity, &bits, &flow);
624 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
552 netx_console_get_options(struct uart_port *port, int *baud, int *parity, int *bits, int *flow) argument
H A D21285.c433 int flow = 'n'; local
444 uart_parse_options(options, &baud, &parity, &bits, &flow);
448 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dclps711x.c500 int flow = 'n'; local
510 uart_parse_options(options, &baud, &parity, &bits, &flow);
514 return uart_set_options(port, co, baud, parity, bits, flow);
H A Duartlite.c364 int flow = 'n'; local
376 uart_parse_options(options, &baud, &parity, &bits, &flow);
378 return uart_set_options(port, co, baud, parity, bits, flow);
H A Ddz.c718 int flow = 'n'; local
721 uart_parse_options(options, &baud, &parity, &bits, &flow);
725 return uart_set_options(&dport->port, co, baud, parity, bits, flow);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dwhiteheat.h69 #define WHITEHEAT_SFLOW_NONE 'n' /* no software flow control */
74 #define WHITEHEAT_HFLOW_NONE 0x00 /* no hardware flow control */
197 #define WHITEHEAT_EVENT_FLOW 0x04 /* flow field is valid */
200 #define WHITEHEAT_FLOW_NONE 0x00 /* no flow control active */
212 __u8 flow; /* flow control state, see WHITEHEAT_FLOW_* above */ member in struct:whiteheat_status_info
259 __u8 info; /* see whiteheat_status_info.modem, .error, .flow, .connect */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/netfilter/
H A Ddn_rtmsg.c25 #include <net/flow.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dserial_core.h388 int *flow);
390 int parity, int bits, int flow);

Completed in 151 milliseconds

1234