Searched refs:KCM_STATS_ADD (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | kcm.h | 18 #define KCM_STATS_ADD(stat, count) ((stat) += (count)) macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | kcm.h | 18 #define KCM_STATS_ADD(stat, count) ((stat) += (count)) macro
|
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmsock.c | 107 KCM_STATS_ADD(mux->stats.tx_bytes, in kcm_update_tx_mux_stats() 687 KCM_STATS_ADD(psock->stats.tx_bytes, ret); in kcm_write_msgs() 885 KCM_STATS_ADD(kcm->stats.tx_bytes, size); in kcm_sendpage() 1059 KCM_STATS_ADD(kcm->stats.tx_bytes, copied); in kcm_sendmsg() 1118 KCM_STATS_ADD(kcm->stats.rx_bytes, copied); in kcm_recvmsg() 1171 KCM_STATS_ADD(kcm->stats.rx_bytes, copied); in kcm_splice_read()
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmsock.c | 109 KCM_STATS_ADD(mux->stats.tx_bytes, in kcm_update_tx_mux_stats() 674 KCM_STATS_ADD(psock->stats.tx_bytes, ret); in kcm_write_msgs() 925 KCM_STATS_ADD(kcm->stats.tx_bytes, copied); in kcm_sendmsg() 996 KCM_STATS_ADD(kcm->stats.rx_bytes, copied); in kcm_recvmsg() 1048 KCM_STATS_ADD(kcm->stats.rx_bytes, copied); in kcm_splice_read()
|
Completed in 5 milliseconds