Home
last modified time | relevance | path

Searched refs:KCM_STATS_ADD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dkcm.h18 #define KCM_STATS_ADD(stat, count) ((stat) += (count)) macro
/openbmc/linux/net/kcm/
H A Dkcmsock.c109 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()
926 KCM_STATS_ADD(kcm->stats.tx_bytes, copied); in kcm_sendmsg()
999 KCM_STATS_ADD(kcm->stats.rx_bytes, copied); in kcm_recvmsg()
1051 KCM_STATS_ADD(kcm->stats.rx_bytes, copied); in kcm_splice_read()