Searched refs:bytes_in (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/usb/serial/ |
| D | cypress_m8.c | 92 int bytes_in; /* used for statistics */ member 593 priv->bytes_in = 0; in cypress_open() 652 priv->bytes_in, priv->bytes_out, priv->cmd_count); in cypress_close() 1151 priv->bytes_in += bytes; in cypress_read_int_callback()
|
| /Linux-v5.4/drivers/crypto/bcm/ |
| D | cipher.h | 439 atomic64_t bytes_in; member
|
| D | util.c | 443 (u64)atomic64_read(&ipriv->bytes_in)); in spu_debugfs_read()
|
| D | cipher.c | 524 atomic64_add(payload_len, &iproc_priv.bytes_in); in handle_ablkcipher_resp() 1049 atomic64_add(ctx->digestsize, &iproc_priv.bytes_in); in handle_ahash_resp() 1582 atomic64_add(payload_len, &iproc_priv.bytes_in); in handle_aead_resp() 4505 atomic64_set(&iproc_priv.bytes_in, 0); in spu_counters_init()
|
| /Linux-v5.4/include/linux/ |
| D | mroute_base.h | 29 unsigned long bytes_in, bytes_out; member
|
| /Linux-v5.4/net/ipv4/ |
| D | ipmr_base.c | 17 v->bytes_in = 0; in vif_device_init()
|
| D | ipmr.c | 1635 vr.ibytes = vif->bytes_in; in ipmr_ioctl() 1710 vr.ibytes = vif->bytes_in; in ipmr_compat_ioctl() 2016 mrt->vif_table[vif].bytes_in += skb->len; in ip_mr_forward() 2788 nla_put_u64_64bit(skb, IPMRA_VIFA_BYTES_IN, vif->bytes_in, in ipmr_fill_vif() 2955 name, vif->bytes_in, vif->pkt_in, in ipmr_vif_seq_show()
|
| /Linux-v5.4/net/ipv6/ |
| D | ip6mr.c | 439 name, vif->bytes_in, vif->pkt_in, in ip6mr_vif_seq_show() 1874 vr.ibytes = vif->bytes_in; in ip6mr_ioctl() 1949 vr.ibytes = vif->bytes_in; in ip6mr_compat_ioctl() 2135 mrt->vif_table[vif].bytes_in += skb->len; in ip6_mr_forward()
|