/net/kcm/ |
D | kcmproc.c | 118 kcm->stats.tx_bytes, in kcm_format_sock() 148 psock->stats.tx_bytes, in kcm_format_psock() 199 mux->stats.tx_bytes, in kcm_format_mux() 300 mux_stats.tx_bytes, in kcm_stats_seq_show() 332 psock_stats.tx_bytes, in kcm_stats_seq_show()
|
D | kcmsock.c | 109 KCM_STATS_ADD(mux->stats.tx_bytes, in kcm_update_tx_mux_stats() 110 psock->stats.tx_bytes - psock->saved_tx_bytes); in kcm_update_tx_mux_stats() 114 psock->saved_tx_bytes = psock->stats.tx_bytes; in kcm_update_tx_mux_stats() 674 KCM_STATS_ADD(psock->stats.tx_bytes, ret); in kcm_write_msgs() 926 KCM_STATS_ADD(kcm->stats.tx_bytes, copied); in kcm_sendmsg()
|
/net/l2tp/ |
D | l2tp_eth.c | 40 atomic_long_t tx_bytes; member 82 atomic_long_add(len, &priv->tx_bytes); in l2tp_eth_dev_xmit() 95 stats->tx_bytes = (unsigned long)atomic_long_read(&priv->tx_bytes); in l2tp_eth_get_stats64()
|
D | l2tp_debugfs.c | 170 atomic_long_read(&tunnel->stats.tx_bytes), in l2tp_dfs_seq_tunnel_show() 221 atomic_long_read(&session->stats.tx_bytes), in l2tp_dfs_seq_session_show()
|
D | l2tp_ppp.c | 1026 dest->tx_bytes = atomic_long_read(&stats->tx_bytes); in pppol2tp_copy_stats() 1519 atomic_long_read(&tunnel->stats.tx_bytes), in pppol2tp_seq_tunnel_show() 1568 atomic_long_read(&session->stats.tx_bytes), in pppol2tp_seq_session_show()
|
D | l2tp_core.h | 34 atomic_long_t tx_bytes; member
|
D | l2tp_netlink.c | 409 atomic_long_read(&tunnel->stats.tx_bytes), in l2tp_nl_tunnel_send() 755 atomic_long_read(&session->stats.tx_bytes), in l2tp_nl_session_send()
|
/net/sched/ |
D | sch_teql.c | 57 unsigned long tx_bytes; member 320 master->tx_bytes += length; in teql_master_xmit() 409 stats->tx_bytes = m->tx_bytes; in teql_master_stats64()
|
/net/mac802154/ |
D | tx.c | 38 DEV_STATS_ADD(dev, tx_bytes, skb->len); in ieee802154_xmit_sync_worker() 94 DEV_STATS_ADD(dev, tx_bytes, len); in ieee802154_tx()
|
/net/mac80211/ |
D | led.h | 75 local->tpt_led_trigger->tx_bytes += bytes; in ieee80211_tpt_led_trig_tx()
|
D | ethtool.c | 93 data[i++] += sinfo.tx_bytes; \ in ieee80211_get_stats()
|
D | led.c | 251 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes; in tpt_trig_traffic()
|
/net/ieee802154/6lowpan/ |
D | tx.c | 215 ldev->stats.tx_bytes += dgram_size; in lowpan_xmit_fragmented() 298 ldev->stats.tx_bytes += dgram_size; in lowpan_xmit()
|
/net/rose/ |
D | rose_dev.c | 114 stats->tx_bytes += len; in rose_xmit()
|
/net/openvswitch/ |
D | vport.c | 297 stats->tx_bytes = dev_stats->tx_bytes; in ovs_vport_get_stats()
|
/net/netrom/ |
D | nr_dev.c | 151 stats->tx_bytes += len; in nr_xmit()
|
/net/8021q/ |
D | vlanproc.c | 264 seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); in vlandev_seq_show()
|
D | vlan_dev.c | 133 u64_stats_add(&stats->tx_bytes, len); in vlan_dev_hard_start_xmit() 739 txbytes = u64_stats_read(&p->tx_bytes); in vlan_dev_get_stats64() 746 stats->tx_bytes += txbytes; in vlan_dev_get_stats64()
|
/net/phonet/ |
D | pep-gprs.c | 202 dev->stats.tx_bytes += len; in gprs_xmit()
|
/net/ncsi/ |
D | ncsi-pkt.h | 258 __be32 tx_bytes; /* Tx bytes */ member
|
/net/core/ |
D | net-procfs.c | 91 stats->tx_bytes, stats->tx_packets, in dev_seq_printf_stats()
|
/net/smc/ |
D | smc_stats.h | 79 u64 tx_bytes; member
|
D | smc_stats.c | 218 smc_tech->tx_bytes, in smc_nl_fill_stats_tech_data()
|
/net/bridge/ |
D | br_vlan.c | 508 u64_stats_add(&stats->tx_bytes, skb->len); in br_handle_vlan() 1395 txbytes = u64_stats_read(&cpu_stats->tx_bytes); in br_vlan_get_stats() 1401 u64_stats_add(&stats->tx_bytes, txbytes); in br_vlan_get_stats() 1800 u64_stats_read(&stats.tx_bytes), in br_vlan_stats_fill()
|
/net/caif/ |
D | chnl_net.c | 236 dev->stats.tx_bytes += len; in chnl_net_start_xmit()
|