Searched defs:fwd_stream (Results 1 – 1 of 1) sorted by relevance
122 struct fwd_stream { struct124 portid_t rx_port; /**< port to poll for received packets */125 queueid_t rx_queue; /**< RX queue to poll on "rx_port" */130 unsigned int retry_enabled;133 uint64_t rx_packets; /**< received packets */134 uint64_t tx_packets; /**< received packets transmitted */135 uint64_t fwd_dropped; /**< received packets not forwarded */138 uint64_t rx_bad_outer_l4_csum;140 unsigned int gro_times; /**< GRO operation times */142 struct pkt_burst_stats rx_burst_stats;[all …]