Searched refs:packets (Results 26 - 50 of 73) sorted by relevance

123

/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow_v9.c276 rec->i_packets = htonl(fed->packets);
307 rec->i_packets = htonl(fed6->packets);
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.h117 * Increasing this value allows the driver to buffer more incoming packets.
381 u32 packets; member in struct:tx_ring
410 * collecting multisegment RX packets.
416 u32 packets; member in struct:rx_ring
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c217 int lro_num_seg; /* HW LRO session aggregated packets counter */
427 rq->stats.packets++;
491 net_dim(&rq->dim, rq->stats.packets, rq->stats.bytes);
H A Dmlx5_en_main.c884 rx_packets += rq_stats->packets;
938 MLX5_GET_CTR(out, received_errors.packets);
942 MLX5_GET_CTR(out, transmit_errors.packets);
947 MLX5_GET_CTR(out, received_eth_unicast.packets);
951 MLX5_GET_CTR(out, transmitted_eth_unicast.packets);
956 MLX5_GET_CTR(out, received_eth_multicast.packets);
960 MLX5_GET_CTR(out, transmitted_eth_multicast.packets);
965 MLX5_GET_CTR(out, received_eth_broadcast.packets);
969 MLX5_GET_CTR(out, transmitted_eth_broadcast.packets);
1228 /* free leftover LRO packets, i
[all...]
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s122 adc word [_pktDrop+2], 0 ; increment packets lost
H A Dpkt_rx0.asm162 adc _pktDrop[2], 0 ; increment packets lost
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_var.h347 TAILQ_HEAD(,gv_raid5_packet) packets; /* RAID5 sub-requests. */ member in struct:gv_plex
H A Dgeom_vinum_plex.c84 TAILQ_INSERT_TAIL(&p->packets, wp, list);
360 TAILQ_REMOVE(&p->packets, wp, list);
404 TAILQ_REMOVE(&p->packets, wp, list);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ixv.c169 /* How many packets rxeof tries to clean at a time */
173 /* How many packets txeof tries to clean at a time */
413 "max number of rx packets to process",
417 "max number of tx packets to process",
743 if ((txr->bytes) && (txr->packets))
744 newitr = txr->bytes/txr->packets;
745 if ((rxr->bytes) && (rxr->packets))
746 newitr = max(newitr, (rxr->bytes / rxr->packets));
765 txr->packets = 0;
767 rxr->packets
[all...]
H A Dixgbe.h116 * value allows the driver to buffer more incoming packets. Each descriptor
344 u32 packets; member in struct:tx_ring
377 u32 packets; member in struct:rx_ring
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.c243 * All incomming packets will be dropped when there are less
252 /* Set RED to begin dropping packets when there are pass_thresh buffers
253 left. It will linearly drop more packets until reaching drop_thresh
272 * Setup Random Early Drop to automatically begin dropping packets.
278 * All incomming packets will be dropped when there are less
376 * Shutoff the dropping of packets based on RED for SRIO ports
759 cvmx_dprintf ("port %d: the number of packets - ipd: %d\n", port, (int)status.packets);
763 cvmx_dprintf ("port %d: the number of packets - pko: %d\n", port, (int)pko_status.packets);
[all...]
H A Dcvmx-pip.h178 uint32_t dropped_packets; /**< Inbound packets marked to be dropped by the IPD */
181 uint32_t packets; /**< Number of packets processed by PIP */ member in struct:__anon6170
182 uint32_t multicast_packets; /**< Number of indentified L2 multicast packets.
183 Does not include broadcast packets.
184 Only includes packets whose parse mode is
186 uint32_t broadcast_packets; /**< Number of indentified L2 broadcast packets.
187 Does not include multicast packets.
188 Only includes packets whose parse mode is
190 uint32_t len_64_packets; /**< Number of 64B packets */
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl.h465 u32 packets; member in struct:tx_ring
499 u32 packets; member in struct:rx_ring
/freebsd-11-stable/sys/compat/ndis/
H A Dkern_ndis.c717 * This is used mainly when transmitting packets, where we need
722 * NDIS packets consist of two parts: an ndis_packet structure,
882 ndis_send_packets(arg, packets, cnt)
884 ndis_packet **packets;
905 MSCALL3(sendfunc, adapter, packets, cnt);
908 p = packets[i];
1080 * Wait for all packets to be returned.
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ioctl.c1290 rule->evaluations = rule->packets[0] = rule->packets[1] =
1394 rule->packets[0] = rule->packets[1] = 0;
1552 newrule->packets[0] = newrule->packets[1] = 0;
1998 rule->packets[0] = rule->packets[1] = 0;
3567 pf_state_counter_hton(st->packets[0], sp->packets[
[all...]
H A Dpf.c4063 /* Ease sequencing restrictions on no data packets */
4196 pd->p_len, ackskew, (unsigned long long)(*state)->packets[0],
4197 (unsigned long long)(*state)->packets[1],
4252 (unsigned long long)(*state)->packets[0],
4253 (unsigned long long)(*state)->packets[1],
6250 r->packets[dirndx]++;
6253 a->packets[dirndx]++;
6258 s->nat_rule.ptr->packets[dirndx]++;
6262 s->src_node->packets[dirndx]++;
6266 s->nat_src_node->packets[dirnd
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_optimize.c185 PF_RULE_FIELD(packets, DC),
828 total_count += por1->por_rule.packets[0] +
829 por1->por_rule.packets[1];
836 por1->por_rule.packets[0] +
837 por1->por_rule.packets[1];
H A Dpfctl.c887 (unsigned long long)(rule->packets[0] +
888 rule->packets[1]),
1000 (unsigned long long)(pr.rule.packets[0] +
1001 pr.rule.packets[1]),
1004 (unsigned long long)pr.rule.packets[0],
1006 (unsigned long long)pr.rule.packets[1],
H A Dpfctl_parser.c659 (unsigned long long)(sn->packets[0] + sn->packets[1]),
662 sn->packets[0] + sn->packets[1],
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c104 unsigned int packets; member in struct:wep_log
170 /* linksys does this. The hardware pads small packets. */
1239 weplog.packets++;
1462 // look for arp-request packets... so we can decrypt em
1846 // need to init packets...
2312 /* check if more packets */
2529 weplog.packets, wep_thresh,
2631 int packetz = weplog.packets - last_wep_count;
2648 weplog.rate = weplog.packets - last_wep_count;
2650 last_wep_count = weplog.packets;
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1078 * - moder_cnt is set to the number of mtu sized packets to
1121 unsigned long packets; local
1135 rx_packets = priv->rx_ring[ring]->packets;
1141 packets = rx_pkt_diff;
1142 rate = packets * HZ / period;
1143 avg_pkt_size = packets ? ((unsigned long) (rx_bytes -
1144 priv->last_moder_bytes[ring])) / packets : 0;
1621 priv->tx_ring[i]->packets = 0;
1627 priv->rx_ring[i]->packets = 0;
2267 /* set TSO limits so that we don't have to drop TX packets */
[all...]
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c92 * packets at bit-rates other than the current one to estimate when
557 /* let the bit-rate switch quickly during the first few packets */
610 "%s: size %d switch rate %d (%d/%d) -> %d (%d/%d) after %d packets mrr %d",
763 /* just average the first few packets */
765 int packets = sn->stats[size_bin][rix0].total_packets; local
766 sn->stats[size_bin][rix0].average_tx_time = (tt+(avg_tx*packets))/(packets+nframes);
787 * Also say larger packets failed since we
814 /* just average the first few packets */
1261 printf("[%4u] cur rix %d (%d %s) since switch: packets
[all...]
/freebsd-11-stable/sys/net/
H A Dpfvar.h511 u_int64_t packets[2]; member in struct:pf_rule
584 #define PF_PRIO_ZERO 0xff /* match "prio 0" packets */
641 u_int64_t packets[2]; member in struct:pf_src_node
662 #define PFSS_DATA_TS 0x0040 /* timestamp on data packets */
663 #define PFSS_DATA_NOTS 0x0080 /* no timestamp on data packets */
737 u_int64_t packets[2]; member in struct:pf_state
801 u_int32_t packets[2][2]; member in struct:pfsync_state
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec29 packets.
/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.c482 * - Queue data packets.
556 --cbqp->cbq_qlen; /* decrement # of packets in cbq */
1144 printf("handle=%d, depth=%d, packets=%d, bytes=%d\n",
1146 (int)s->xmit_cnt.packets, (int)s->xmit_cnt.bytes);
1148 s->over, s->borrows, (int)s->drop_cnt.packets,

Completed in 395 milliseconds

123