Home
last modified time | relevance | path

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

123

/net/ipv4/
Dip_tunnel_core.c203 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local
210 rx_bytes = tstats->rx_bytes; in ip_tunnel_get_stats64()
216 tot->rx_bytes += rx_bytes; in ip_tunnel_get_stats64()
/net/l2tp/
Dl2tp_eth.c50 atomic_long_t rx_bytes; member
109 stats->rx_bytes = atomic_long_read(&priv->rx_bytes); in l2tp_eth_get_stats64()
169 atomic_long_add(data_len, &priv->rx_bytes); in l2tp_eth_dev_recv()
Dl2tp_debugfs.c156 atomic_long_read(&tunnel->stats.rx_bytes), in l2tp_dfs_seq_tunnel_show()
213 atomic_long_read(&session->stats.rx_bytes), in l2tp_dfs_seq_session_show()
Dl2tp_ppp.c1046 dest->rx_bytes = atomic_long_read(&stats->rx_bytes); in pppol2tp_copy_stats()
1697 atomic_long_read(&tunnel->stats.rx_bytes), in pppol2tp_seq_tunnel_show()
1747 atomic_long_read(&session->stats.rx_bytes), in pppol2tp_seq_session_show()
Dl2tp_core.h33 atomic_long_t rx_bytes; member
/net/bridge/
Dbr_device.c166 sum.rx_bytes += tmp.rx_bytes; in br_get_stats64()
173 stats->rx_bytes = sum.rx_bytes; in br_get_stats64()
Dbr_input.c45 brstats->rx_bytes += skb->len; in br_pass_frame_up()
/net/openvswitch/
Dvport-internal_dev.c133 stats->rx_bytes += local_stats.rx_bytes; in internal_get_stats()
268 stats->rx_bytes += skb->len; in internal_dev_recv()
Dvport.c292 stats->rx_bytes = dev_stats->rx_bytes; in ovs_vport_get_stats()
/net/mac802154/
Drx.c101 sdata->dev->stats.rx_bytes += skb->len; in ieee802154_subif_frame()
248 sdata->dev->stats.rx_bytes += skb->len; in ieee802154_monitors_rx()
/net/mac80211/
Dled.h91 local->tpt_led_trigger->rx_bytes += bytes; in ieee80211_tpt_led_trig_rx()
Diface.c1116 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ieee80211_get_stats64() local
1125 rx_bytes = tstats->rx_bytes; in ieee80211_get_stats64()
1131 stats->rx_bytes += rx_bytes; in ieee80211_get_stats64()
/net/dsa/
Dtag_trailer.c96 skb->dev->stats.rx_bytes += skb->len; in trailer_rcv()
Dtag_brcm.c149 skb->dev->stats.rx_bytes += skb->len; in brcm_tag_rcv()
Dtag_dsa.c168 skb->dev->stats.rx_bytes += skb->len; in dsa_rcv()
Dtag_edsa.c187 skb->dev->stats.rx_bytes += skb->len; in edsa_rcv()
/net/ipv6/
Dip6_tunnel.c108 tmp.rx_bytes = tstats->rx_bytes; in ip6_get_stats()
114 sum.rx_bytes += tmp.rx_bytes; in ip6_get_stats()
119 dev->stats.rx_bytes = sum.rx_bytes; in ip6_get_stats()
835 tstats->rx_bytes += skb->len; in ip6_tnl_rcv()
/net/netrom/
Dnr_dev.c53 stats->rx_bytes += skb->len; in nr_rx_ip()
/net/irda/irlan/
Dirlan_eth.c245 dev->stats.rx_bytes += skb->len; in irlan_eth_receive()
/net/vmw_vsock/
Dvirtio_transport_common.c139 vvs->rx_bytes += pkt->len; in virtio_transport_inc_rx_pkt()
145 vvs->rx_bytes -= pkt->len; in virtio_transport_dec_rx_pkt()
273 bytes = vvs->rx_bytes; in virtio_transport_stream_has_data()
/net/ieee802154/6lowpan/
Drx.c33 skb->dev->stats.rx_bytes += skb->len; in lowpan_give_skb_to_device()
/net/8021q/
Dvlanproc.c295 seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes); in vlandev_seq_show()
/net/netfilter/
Dxt_qtaguid.c768 stats->rx_bytes, stats->rx_packets, in iface_stat_fmt_proc_show()
902 (stats->rx_bytes < iface->last_known[IFS_RX].bytes) in iface_check_stats_reset_and_adjust()
911 stats->rx_bytes, stats->tx_bytes, in iface_check_stats_reset_and_adjust()
1142 entry->last_known[IFS_RX].bytes = stats->rx_bytes; in iface_stat_update()
1147 net_dev->name, stats->rx_bytes, stats->tx_bytes); in iface_stat_update()
1153 entry->totals_via_dev[IFS_RX].bytes += stats->rx_bytes; in iface_stat_update()
1160 net_dev->name, stats->rx_bytes, stats->tx_bytes); in iface_stat_update()
/net/irda/
Dwrapper.c266 stats->rx_bytes += rx_buff->len; in async_bump()
/net/phonet/
Dpep-gprs.c135 dev->stats.rx_bytes += skb->len; in gprs_recv()

123