Searched refs:n_packets (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dgremlin.h63 int n_packets; member in struct:packet_flood_parms
H A Dssl_common.h180 counter_type n_packets; /* how many packets sent/recvd since last key exchange */ member in struct:key_state
H A Dssl.c2181 && ks->n_packets >= session->opt->renegotiate_packets)
2188 ks->n_packets, session->opt->renegotiate_packets);
2790 ++ks->n_packets;
3362 ++ks->n_packets;
H A Dmulti.c2544 parm.n_packets,
2550 for (i = 0; i < parm.n_packets; ++i)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Draw1394.h138 __u32 n_packets; member in struct:raw1394_iso_packets
169 __u32 n_packets; member in struct:raw1394_iso_status
H A Diso.h180 unsigned int n_packets);
H A Diso.c518 * @n_packets have been read out of the buffer, re-use the buffer space
520 int hpsb_iso_recv_release_packets(struct hpsb_iso *iso, unsigned int n_packets) argument
530 for (i = 0; i < n_packets; i++) {
H A Ddv1394.c145 f->n_packets = 0;
257 if (f->n_packets >= MAX_PACKETS) {
264 block = &(f->descriptor_pool[f->n_packets]);
273 if ( ((unsigned long) &(f->header_pool[f->n_packets]) - (unsigned long) f->header_pool)
279 cip = &(f->header_pool[f->n_packets]);
321 if (f->n_packets == 0) {
325 } else if (f->n_packets == packets_per_frame) {
345 } else if (first_packet_empty && (f->n_packets == 1) ) {
502 f->n_packets++;
1902 ts_cyc += f->n_packets
[all...]
H A Ddv1394-private.h323 unsigned int n_packets; member in struct:frame
H A Draw1394.c2373 stat->n_packets = hpsb_iso_n_ready(iso);
2465 if (upackets.n_packets > hpsb_iso_n_ready(fi->iso_handle))
2470 upackets.n_packets *
2475 for (i = 0; i < upackets.n_packets; i++) {
2496 if (upackets.n_packets >= fi->iso_handle->buf_packets)
2499 if (upackets.n_packets >= hpsb_iso_n_ready(fi->iso_handle))
2504 upackets.n_packets *
2509 for (i = 0; i < upackets.n_packets; i++) {
2699 __u32 n_packets; member in struct:raw1394_iso_packets32
2727 if (!copy_in_user(&dst->n_packets,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c619 dev->opstats[opcode].n_packets++;
2297 if (!si->n_packets && !si->n_bytes)
2300 (unsigned long long) si->n_packets,
H A Dipath_verbs.h526 u64 n_packets; /* number of packets */ member in struct:ipath_opcode_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_verbs.h626 u64 n_packets; /* number of packets */ member in struct:qib_opcode_stats
H A Dqib_verbs.c634 ibp->opstats[opcode & 0x7f].n_packets++;

Completed in 211 milliseconds