Searched refs:tx_bytes (Results 1 – 25 of 51) sorted by relevance
123
| /net/kcm/ |
| A 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()
|
| A D | kcmsock.c | 110 KCM_STATS_ADD(mux->stats.tx_bytes, in kcm_update_tx_mux_stats() 111 psock->stats.tx_bytes - psock->saved_tx_bytes); in kcm_update_tx_mux_stats() 115 psock->saved_tx_bytes = psock->stats.tx_bytes; in kcm_update_tx_mux_stats() 676 KCM_STATS_ADD(psock->stats.tx_bytes, ret); in kcm_write_msgs() 927 KCM_STATS_ADD(kcm->stats.tx_bytes, copied); in kcm_sendmsg()
|
| /net/sched/ |
| A 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/ |
| A 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/l2tp/ |
| A D | l2tp_debugfs.c | 169 atomic_long_read(&tunnel->stats.tx_bytes), in l2tp_dfs_seq_tunnel_show() 220 atomic_long_read(&session->stats.tx_bytes), in l2tp_dfs_seq_session_show()
|
| A D | l2tp_ppp.c | 1014 dest->tx_bytes = atomic_long_read(&stats->tx_bytes); in pppol2tp_copy_stats() 1509 atomic_long_read(&tunnel->stats.tx_bytes), in pppol2tp_seq_tunnel_show() 1558 atomic_long_read(&session->stats.tx_bytes), in pppol2tp_seq_session_show()
|
| A D | l2tp_core.h | 25 atomic_long_t tx_bytes; member
|
| A D | l2tp_netlink.c | 410 atomic_long_read(&tunnel->stats.tx_bytes), in l2tp_nl_tunnel_send() 765 atomic_long_read(&session->stats.tx_bytes), in l2tp_nl_session_send()
|
| /net/ieee802154/6lowpan/ |
| A 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/mac80211/ |
| A D | led.h | 75 local->tpt_led_trigger->tx_bytes += bytes; in ieee80211_tpt_led_trig_tx()
|
| A D | ethtool.c | 97 data[i++] += sinfo.tx_bytes; \ in ieee80211_get_stats()
|
| A D | sta_info.c | 369 sta->rem_link_stats.tx_bytes += link_sta->tx_stats.bytes[ac]; in sta_accumulate_removed_link_stats() 2703 sinfo->tx_bytes = sta->rem_link_stats.tx_bytes; in sta_set_accumulated_removed_links_sinfo() 2767 link_sinfo->tx_bytes = 0; in sta_set_link_sinfo() 2769 link_sinfo->tx_bytes += in sta_set_link_sinfo() 3000 sinfo->tx_bytes = 0; in sta_set_sinfo() 3002 sinfo->tx_bytes += sta->deflink.tx_stats.bytes[ac]; in sta_set_sinfo()
|
| A D | led.c | 251 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes; in tpt_trig_traffic()
|
| /net/rose/ |
| A D | rose_dev.c | 114 stats->tx_bytes += len; in rose_xmit()
|
| /net/openvswitch/ |
| A D | vport.c | 297 stats->tx_bytes = dev_stats->tx_bytes; in ovs_vport_get_stats()
|
| /net/netrom/ |
| A D | nr_dev.c | 151 stats->tx_bytes += len; in nr_xmit()
|
| /net/8021q/ |
| A D | vlan_dev.c | 134 u64_stats_add(&stats->tx_bytes, len); in vlan_dev_hard_start_xmit() 682 txbytes = u64_stats_read(&p->tx_bytes); in vlan_dev_get_stats64() 689 stats->tx_bytes += txbytes; in vlan_dev_get_stats64()
|
| A D | vlanproc.c | 250 seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); in vlandev_seq_show()
|
| /net/phonet/ |
| A D | pep-gprs.c | 202 dev->stats.tx_bytes += len; in gprs_xmit()
|
| /net/ncsi/ |
| A D | ncsi-pkt.h | 257 __be64 tx_bytes; /* Tx bytes */ member
|
| /net/core/ |
| A D | net-procfs.c | 58 stats->tx_bytes, stats->tx_packets, in dev_seq_printf_stats()
|
| /net/smc/ |
| A D | smc_stats.h | 79 u64 tx_bytes; member
|
| A D | smc_stats.c | 218 smc_tech->tx_bytes, in smc_nl_fill_stats_tech_data()
|
| /net/bridge/ |
| A D | br_vlan.c | 508 u64_stats_add(&stats->tx_bytes, skb->len); in br_handle_vlan() 1397 txbytes = u64_stats_read(&cpu_stats->tx_bytes); in br_vlan_get_stats() 1403 u64_stats_add(&stats->tx_bytes, txbytes); in br_vlan_get_stats() 1834 u64_stats_read(&stats.tx_bytes), in br_vlan_stats_fill()
|
| /net/caif/ |
| A D | chnl_net.c | 236 dev->stats.tx_bytes += len; in chnl_net_start_xmit()
|
Completed in 56 milliseconds
123