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

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_gre_redir.c27 static struct nss_gre_redir_tunnel_stats tun_stats[NSS_GRE_REDIR_MAX_INTERFACES]; variable in typeref:struct:nss_gre_redir_tunnel_stats
39 if ((tun_stats[i].if_num == if_num) && (tun_stats[i].valid)) {
41 tun_stats[i].node_stats.rx_packets += ngss->node_stats.rx_packets;
42 tun_stats[i].node_stats.rx_bytes += ngss->node_stats.rx_bytes;
43 tun_stats[i].node_stats.tx_packets += ngss->node_stats.tx_packets;
44 tun_stats[i].node_stats.tx_bytes += ngss->node_stats.tx_bytes;
45 tun_stats[i].node_stats.rx_dropped += ngss->node_stats.rx_dropped;
46 tun_stats[i].tx_dropped += ngss->tx_dropped;
138 if (!tun_stats[inde
[all...]

Completed in 5 milliseconds