Home
last modified time | relevance | path

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

123

/net/l2tp/
Dl2tp_eth.c50 atomic_long_t rx_bytes; member
102 stats->rx_bytes = (unsigned long) atomic_long_read(&priv->rx_bytes); in l2tp_eth_get_stats64()
160 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.c968 dest->rx_bytes = atomic_long_read(&stats->rx_bytes); in pppol2tp_copy_stats()
1625 atomic_long_read(&tunnel->stats.rx_bytes), in pppol2tp_seq_tunnel_show()
1667 atomic_long_read(&session->stats.rx_bytes), in pppol2tp_seq_session_show()
Dl2tp_core.h34 atomic_long_t rx_bytes; member
/net/ipv4/
Dip_tunnel_core.c206 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local
213 rx_bytes = tstats->rx_bytes; in ip_tunnel_get_stats64()
219 tot->rx_bytes += rx_bytes; in ip_tunnel_get_stats64()
/net/bridge/
Dbr_device.c185 sum.rx_bytes += tmp.rx_bytes; in br_get_stats64()
191 stats->rx_bytes = sum.rx_bytes; in br_get_stats64()
Dbr_vlan.c476 stats->rx_bytes += skb->len; in __allowed_ingress()
1110 rxbytes = cpu_stats->rx_bytes; in br_vlan_get_stats()
1116 stats->rx_bytes += rxbytes; in br_vlan_get_stats()
Dbr_input.c46 brstats->rx_bytes += skb->len; in br_pass_frame_up()
/net/openvswitch/
Dvport-internal_dev.c123 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/kcm/
Dkcmproc.c130 kcm->stats.rx_bytes, in kcm_format_sock()
211 mux->stats.rx_bytes, in kcm_format_mux()
344 mux_stats.rx_bytes, in kcm_stats_seq_show()
/net/dsa/
Dslave.c658 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_ethtool_stats() local
666 rx_bytes = s->rx_bytes; in dsa_slave_get_ethtool_stats()
671 data[3] += rx_bytes; in dsa_slave_get_ethtool_stats()
965 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_stats64() local
973 rx_bytes = s->rx_bytes; in dsa_slave_get_stats64()
979 stats->rx_bytes += rx_bytes; in dsa_slave_get_stats64()
Ddsa.c220 s->rx_bytes += skb->len; in dsa_switch_rcv()
/net/mac802154/
Drx.c101 sdata->dev->stats.rx_bytes += skb->len; in ieee802154_subif_frame()
252 sdata->dev->stats.rx_bytes += skb->len; in ieee802154_monitors_rx()
/net/xfrm/
Dxfrm_interface.c295 tstats->rx_bytes += skb->len; in xfrmi_rcv_cb()
576 tmp.rx_bytes = stats->rx_bytes; in xfrmi_get_stats64()
582 s->rx_bytes += tmp.rx_bytes; in xfrmi_get_stats64()
/net/mac80211/
Dled.h91 local->tpt_led_trigger->rx_bytes += bytes; in ieee80211_tpt_led_trig_rx()
Diface.c1165 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ieee80211_get_stats64() local
1174 rx_bytes = tstats->rx_bytes; in ieee80211_get_stats64()
1180 stats->rx_bytes += rx_bytes; in ieee80211_get_stats64()
/net/netrom/
Dnr_dev.c53 stats->rx_bytes += skb->len; in nr_rx_ip()
/net/ipv6/
Dip6_tunnel.c110 tmp.rx_bytes = tstats->rx_bytes; in ip6_get_stats()
116 sum.rx_bytes += tmp.rx_bytes; in ip6_get_stats()
121 dev->stats.rx_bytes = sum.rx_bytes; in ip6_get_stats()
852 tstats->rx_bytes += skb->len; in __ip6_tnl_rcv()
/net/ieee802154/6lowpan/
Drx.c33 skb->dev->stats.rx_bytes += skb->len; in lowpan_give_skb_to_device()
/net/vmw_vsock/
Dvirtio_transport_common.c205 vvs->rx_bytes += pkt->len; in virtio_transport_inc_rx_pkt()
211 vvs->rx_bytes -= pkt->len; in virtio_transport_dec_rx_pkt()
339 bytes = vvs->rx_bytes; in virtio_transport_stream_has_data()
/net/8021q/
Dvlanproc.c294 seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes); in vlandev_seq_show()
Dvlan_core.c66 rx_stats->rx_bytes += skb->len; in vlan_do_receive()
/net/phonet/
Dpep-gprs.c135 dev->stats.rx_bytes += skb->len; in gprs_recv()
/net/ncsi/
Dncsi-pkt.h221 __be32 rx_bytes; /* Rx bytes */ member

123