Home
last modified time | relevance | path

Searched refs:rx_bytes (Results 1 – 25 of 50) sorted by relevance

12

/net/l2tp/
Dl2tp_eth.c48 atomic_long_t rx_bytes; member
117 stats->rx_bytes = atomic_long_read(&priv->rx_bytes); in l2tp_eth_get_stats64()
170 atomic_long_add(data_len, &priv->rx_bytes); in l2tp_eth_dev_recv()
Dl2tp_debugfs.c155 atomic_long_read(&tunnel->stats.rx_bytes), in l2tp_dfs_seq_tunnel_show()
212 atomic_long_read(&session->stats.rx_bytes), in l2tp_dfs_seq_session_show()
Dl2tp_ppp.c993 dest->rx_bytes = atomic_long_read(&stats->rx_bytes); in pppol2tp_copy_stats()
1636 atomic_long_read(&tunnel->stats.rx_bytes), in pppol2tp_seq_tunnel_show()
1678 atomic_long_read(&session->stats.rx_bytes), in pppol2tp_seq_session_show()
Dl2tp_core.h43 atomic_long_t rx_bytes; member
/net/openvswitch/
Dvport.c274 stats->rx_bytes += local_stats.rx_bytes; in ovs_vport_get_stats()
335 stats->rx_bytes += skb->len; in ovs_vport_receive()
Dvport-internal_dev.c56 stats->rx_bytes = vport_stats.tx_bytes; in internal_dev_get_stats()
57 stats->tx_bytes = vport_stats.rx_bytes; in internal_dev_get_stats()
/net/bridge/
Dbr_device.c141 sum.rx_bytes += tmp.rx_bytes; in br_get_stats64()
147 stats->rx_bytes = sum.rx_bytes; in br_get_stats64()
Dbr_input.c35 brstats->rx_bytes += skb->len; in br_pass_frame_up()
/net/ipv4/
Dip_tunnel.c79 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local
86 rx_bytes = tstats->rx_bytes; in ip_tunnel_get_stats64()
92 tot->rx_bytes += rx_bytes; in ip_tunnel_get_stats64()
477 tstats->rx_bytes += skb->len; in ip_tunnel_rcv()
/net/mac80211/
Dled.h71 local->tpt_led_trigger->rx_bytes += bytes; in ieee80211_tpt_led_trig_rx()
Ddebugfs_sta.c447 DEBUGFS_ADD_COUNTER(rx_bytes, rx_bytes); in ieee80211_sta_debugfs_add()
Dsta_info.h337 u64 rx_bytes; member
Dled.c178 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes; in tpt_trig_traffic()
/net/dsa/
Dtag_trailer.c105 skb->dev->stats.rx_bytes += skb->len; in trailer_rcv()
Dtag_dsa.c177 skb->dev->stats.rx_bytes += skb->len; in dsa_rcv()
Dtag_edsa.c196 skb->dev->stats.rx_bytes += skb->len; in edsa_rcv()
/net/netrom/
Dnr_dev.c53 stats->rx_bytes += skb->len; in nr_rx_ip()
/net/irda/irlan/
Dirlan_eth.c249 dev->stats.rx_bytes += skb->len; in irlan_eth_receive()
/net/8021q/
Dvlan.h35 u64 rx_bytes; member
Dvlanproc.c293 seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes); in vlandev_seq_show()
Dvlan_dev.c675 rxbytes = p->rx_bytes; in vlan_dev_get_stats64()
682 stats->rx_bytes += rxbytes; in vlan_dev_get_stats64()
/net/ipv6/
Dip6_tunnel.c112 sum.rx_bytes += tstats->rx_bytes; in ip6_get_stats()
117 dev->stats.rx_bytes = sum.rx_bytes; in ip6_get_stats()
828 tstats->rx_bytes += skb->len; in ip6_tnl_rcv()
/net/netfilter/
Dxt_qtaguid.c769 stats->rx_bytes, stats->rx_packets, in iface_stat_fmt_proc_show()
903 (stats->rx_bytes < iface->last_known[IFS_RX].bytes) in iface_check_stats_reset_and_adjust()
912 stats->rx_bytes, stats->tx_bytes, in iface_check_stats_reset_and_adjust()
1155 entry->last_known[IFS_RX].bytes = stats->rx_bytes; in iface_stat_update()
1160 net_dev->name, stats->rx_bytes, stats->tx_bytes); in iface_stat_update()
1166 entry->totals_via_dev[IFS_RX].bytes += stats->rx_bytes; in iface_stat_update()
1173 net_dev->name, stats->rx_bytes, stats->tx_bytes); in iface_stat_update()
/net/phonet/
Dpep-gprs.c135 dev->stats.rx_bytes += skb->len; in gprs_recv()
/net/irda/
Dwrapper.c266 stats->rx_bytes += rx_buff->len; in async_bump()

12