Home
last modified time | relevance | path

Searched refs:totals_via_dev (Results 1 – 3 of 3) sorted by relevance

/net/netfilter/
Dxt_qtaguid_print.c206 is->totals_via_dev[IFS_RX].bytes, in pp_iface_stat()
207 is->totals_via_dev[IFS_RX].packets, in pp_iface_stat()
208 is->totals_via_dev[IFS_TX].bytes, in pp_iface_stat()
209 is->totals_via_dev[IFS_TX].packets, in pp_iface_stat()
Dxt_qtaguid.c764 iface_entry->totals_via_dev[IFS_RX].bytes, in iface_stat_fmt_proc_show()
765 iface_entry->totals_via_dev[IFS_RX].packets, in iface_stat_fmt_proc_show()
766 iface_entry->totals_via_dev[IFS_TX].bytes, in iface_stat_fmt_proc_show()
767 iface_entry->totals_via_dev[IFS_TX].packets, in iface_stat_fmt_proc_show()
806 &new_iface->totals_via_dev[IFS_TX].bytes); in iface_create_proc_worker()
809 &new_iface->totals_via_dev[IFS_RX].bytes); in iface_create_proc_worker()
812 &new_iface->totals_via_dev[IFS_TX].packets); in iface_create_proc_worker()
815 &new_iface->totals_via_dev[IFS_RX].packets); in iface_create_proc_worker()
919 iface->totals_via_dev[IFS_TX].bytes += in iface_check_stats_reset_and_adjust()
921 iface->totals_via_dev[IFS_TX].packets += in iface_check_stats_reset_and_adjust()
[all …]
Dxt_qtaguid_internal.h224 struct byte_packet_counters totals_via_dev[IFS_MAX_DIRECTIONS]; member