/net/l2tp/ |
D | l2tp_eth.c | 50 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()
|
D | l2tp_debugfs.c | 155 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()
|
D | l2tp_ppp.c | 968 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()
|
D | l2tp_core.h | 34 atomic_long_t rx_bytes; member
|
/net/ipv4/ |
D | ip_tunnel_core.c | 206 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/ |
D | br_device.c | 185 sum.rx_bytes += tmp.rx_bytes; in br_get_stats64() 191 stats->rx_bytes = sum.rx_bytes; in br_get_stats64()
|
D | br_vlan.c | 476 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()
|
D | br_input.c | 46 brstats->rx_bytes += skb->len; in br_pass_frame_up()
|
/net/openvswitch/ |
D | vport-internal_dev.c | 123 stats->rx_bytes += local_stats.rx_bytes; in internal_get_stats() 268 stats->rx_bytes += skb->len; in internal_dev_recv()
|
D | vport.c | 292 stats->rx_bytes = dev_stats->rx_bytes; in ovs_vport_get_stats()
|
/net/kcm/ |
D | kcmproc.c | 130 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/ |
D | slave.c | 658 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()
|
D | dsa.c | 220 s->rx_bytes += skb->len; in dsa_switch_rcv()
|
/net/mac802154/ |
D | rx.c | 101 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/ |
D | xfrm_interface.c | 295 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/ |
D | led.h | 91 local->tpt_led_trigger->rx_bytes += bytes; in ieee80211_tpt_led_trig_rx()
|
D | iface.c | 1165 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/ |
D | nr_dev.c | 53 stats->rx_bytes += skb->len; in nr_rx_ip()
|
/net/ipv6/ |
D | ip6_tunnel.c | 110 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/ |
D | rx.c | 33 skb->dev->stats.rx_bytes += skb->len; in lowpan_give_skb_to_device()
|
/net/vmw_vsock/ |
D | virtio_transport_common.c | 205 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/ |
D | vlanproc.c | 294 seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes); in vlandev_seq_show()
|
D | vlan_core.c | 66 rx_stats->rx_bytes += skb->len; in vlan_do_receive()
|
/net/phonet/ |
D | pep-gprs.c | 135 dev->stats.rx_bytes += skb->len; in gprs_recv()
|
/net/ncsi/ |
D | ncsi-pkt.h | 221 __be32 rx_bytes; /* Rx bytes */ member
|