Searched refs:packets (Results 1 - 25 of 74) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_connbytes.c45 what = counters[IP_CT_DIR_ORIGINAL].packets;
48 what = counters[IP_CT_DIR_REPLY].packets;
51 what = counters[IP_CT_DIR_ORIGINAL].packets;
52 what += counters[IP_CT_DIR_REPLY].packets;
74 pkts = counters[IP_CT_DIR_ORIGINAL].packets;
78 pkts = counters[IP_CT_DIR_REPLY].packets;
83 pkts = counters[IP_CT_DIR_ORIGINAL].packets +
84 counters[IP_CT_DIR_REPLY].packets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dgen_stats.h19 * @packets: number of seen packets
24 __u32 packets; member in struct:gnet_stats_basic
42 * @drops: number of dropped packets
H A Dpkt_sched.h6 no more precise mechanism to classify packets.
33 __u32 packets; /* Number of enqueued packets */ member in struct:tc_stats
90 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
136 __u32 limit; /* Maximal packets in queue */
179 __u32 marked; /* Marked packets */
218 __u32 packets; member in struct:tc_gred_qopt
254 __u32 direct_pkts; /* count of non shapped packets */
272 __u32 giants; /* too big packets (rate will not be accurate) */
442 __u32 limit; /* fifo limit (packets) */
[all...]
H A Dxfrm.h65 __u64 packets; member in struct:xfrm_lifetime_cur
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A DMakefile8 iforce-objs := iforce-ff.o iforce-main.o iforce-packets.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgen_stats.h19 * @packets: number of seen packets
24 __u32 packets; member in struct:gnet_stats_basic
42 * @drops: number of dropped packets
H A Dpkt_sched.h6 no more precise mechanism to classify packets.
33 __u32 packets; /* Number of enqueued packets */ member in struct:tc_stats
90 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
137 __u32 limit; /* Maximal packets in queue */
181 __u32 marked; /* Marked packets */
215 __u32 packets; member in struct:tc_gred_qopt
252 __u32 direct_pkts; /* count of non shapped packets */
270 __u32 giants; /* too big packets (rate will not be accurate) */
441 __u32 limit; /* fifo limit (packets) */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dloopback.c21 * on packets received on the loopback
62 unsigned long packets; member in struct:pcpu_lstats
160 lb_stats->packets++;
171 unsigned long packets = 0; local
179 packets += lb_stats->packets;
181 stats->rx_packets = packets;
182 stats->tx_packets = packets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex90 packets to another endpoint is not hidden. If you dislike this, or if you
91 are going to use some routing protocol expecting that packets
110 to receive tunneled packets.
177 packets. It must be an address on another interface of this host.
190 have some not wildcard \verb|remote| address and deliver all the packets
212 you have to explain to driver, where it should deliver packets to.
227 will route \verb|3FFE::/16| via \verb|sit0|, sending all the packets
235 \item \verb|ttl N| --- set fixed TTL \verb|N| on tunneled packets.
237 meaning that packets inherit TTL value.
240 \item \verb|tos T| --- set fixed tos \verb|T| on tunneled packets
[all...]
H A Dip-cref.tex374 i.e.\ packets send through it are encapsulated and sent via the ``master''
383 mode i.e.\ all packets sent to it are immediately discarded.
385 in packets.
391 packets for transmission and it may inject into the kernel packets received
395 hosts. All packets sent through it will be returned
396 and nothing but bounced packets can be received.
398 \item \verb|BROADCAST| --- the device has the facility to send packets
402 attached to each end. All packets sent to this link will reach the peer
403 and all packets receive
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_common.h32 /* We've seen packets both ways: bit 1 set. Can be set, not unset. */
142 u_int32_t packets; member in struct:ip_conntrack_counter
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dframing.c13 function: code raw packets into framed OggSquish stream and
14 decode Ogg streams back into raw packets
74 /* returns the number of packets that are completed on this page (if
369 /* This will flush remaining packets into a page (returning nonzero),
371 (undersized page). If there are no packets or partial packets to
374 ogg_stream_flush does not guarantee that all packets have flushed.
530 packets out calling ogg_stream_packetout() with a
915 segments. Now we need to group them into packets (or return the
1121 /* nil packets; beginnin
1292 int i,j,packets,pageout=pageskip; local
1474 const int packets[]={17, -1}; local
1483 const int packets[]={17, 254, 255, 256, 500, 510, 600, -1}; local
1492 const int packets[]={0,17, 254, 255, 0, 256, 0, 500, 510, 600, 0, -1}; local
1501 const int packets[]={4345,259,255,-1}; local
1510 const int packets[]={0,4345,259,255,-1}; local
1520 const int packets[]={0,10,10,10,10,10,10,10,10, local
1560 const int packets[]={0,100,9000,259,255,-1}; local
1570 const int packets[]={0,100,9000,259,255,-1}; local
1579 const int packets[]={0,100,4080,-1}; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dgl620a.c78 struct gl_packet packets; member in struct:gl_header
99 packet = &header->packets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dgen_stats.c111 d->tc_stats.packets = b->packets;
H A Dgen_estimator.c118 npackets = e->bstats->packets;
173 est->last_packets = bstats->packets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dackvec.c202 * If several packets are missing, the HC-Receiver may prefer to enter multiple
204 * this simplifies table updates if one of the missing packets arrives.
207 const unsigned int packets,
213 if (av->dccpav_vec_len + packets > DCCP_MAX_ACKVEC_LEN)
216 gap = packets - 1;
217 new_head = av->dccpav_buf_head - packets;
235 av->dccpav_vec_len += packets;
247 * caller to start dropping packets till the HC-Sender acks our ACK
263 * packets, without processing them whatsoever, until its buffer
302 * valid packets no
206 dccp_ackvec_set_buf_head_state(struct dccp_ackvec *av, const unsigned int packets, const unsigned char state) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex13 of Vorbis audio packets.
30 A meta-headerless Ogg file encapsulates the Vorbis I packets
83 The second and third vorbis packets (comment and setup
107 Vorbis packets may span page boundaries.
156 the overlap-add span of the first two audio packets.
H A D02-bitpacking.tex8 The Vorbis codec uses relatively unstructured raw packets containing
9 arbitrary-width binary integer fields. Logically, these packets are a
71 zero to 32 bits wide, into packets. These integer fields are not
211 byte-aligned packets which are embedded into a larger byte-aligned
226 packets as a normal mode of operation, and as such, decoders must
H A D01-introduction.tex53 raw, unformatted 'packets'. The decoder then accepts these raw
54 packets in sequence, decodes them, synthesizes audio frames from
56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no
64 Vorbis packets are thus intended to be used with a transport mechanism
117 encoder that produces packets that are correctly decoded by the
266 three header packets; all are required, in-order, by this
268 belonging to the Vorbis stream. In Vorbis I, all packets after the
269 three initial headers are audio packets.
271 The header packets are, in order, the identification
291 The decoding and synthesis procedure for all audio packets i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_ingress.c151 sch->bstats.packets++;
182 sch->bstats.packets++;
191 sch->bstats.packets++;
H A Dact_gact.c58 if (!gact->tcfg_pval || gact->tcf_bstats.packets % gact->tcfg_pval)
148 gact->tcf_bstats.packets++;
H A Dact_mirred.c172 m->tcf_bstats.packets++;
192 m->tcf_bstats.packets++;
H A Dact_simple.c45 d->tcf_bstats.packets++;
52 (char *)d->tcfd_defdata, d->tcf_bstats.packets);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibvorbis.c136 unsigned char *packets,
191 memcpy(packets, op2->packet, l);
135 oggvorbis_encode_frame(AVCodecContext *avccontext, unsigned char *packets, int buf_size, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_input.c67 x->curlft.packets++;
214 x->curlft.packets++;

Completed in 133 milliseconds

123