Searched refs:bytes_in (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tcp_hdr_options.c | 129 char bytes_in[sizeof(fast)]; in sk_fds_connect() local 132 ret = read(sk_fds->passive_fd, bytes_in, sizeof(bytes_in)); in sk_fds_connect()
|
| /linux/drivers/usb/serial/ |
| H A D | cypress_m8.c | 94 int bytes_in; /* used for statistics */ member 591 priv->bytes_in = 0; in cypress_open() 650 priv->bytes_in, priv->bytes_out, priv->cmd_count); in cypress_close() 1135 priv->bytes_in += bytes; in cypress_read_int_callback()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.h | 438 atomic64_t bytes_in; member
|
| H A D | util.c | 445 (u64)atomic64_read(&ipriv->bytes_in)); in spu_debugfs_read()
|
| H A D | cipher.c | 489 atomic64_add(payload_len, &iproc_priv.bytes_in); in handle_skcipher_resp() 1007 atomic64_add(ctx->digestsize, &iproc_priv.bytes_in); in handle_ahash_resp() 1539 atomic64_add(payload_len, &iproc_priv.bytes_in); in handle_aead_resp() 4345 atomic64_set(&iproc_priv.bytes_in, 0); in spu_counters_init()
|
| /linux/include/linux/ |
| H A D | mroute_base.h | 31 unsigned long bytes_in, bytes_out; member
|
| /linux/net/ipv6/ |
| H A D | ip6mr.c | 467 name, vif->bytes_in, vif->pkt_in, in ip6mr_vif_seq_show() 1924 vr->ibytes = READ_ONCE(vif->bytes_in); in ip6mr_ioctl() 1993 vr.ibytes = READ_ONCE(vif->bytes_in); in ip6mr_compat_ioctl() 2203 WRITE_ONCE(mrt->vif_table[vif].bytes_in, in ip6_mr_forward() 2204 mrt->vif_table[vif].bytes_in + skb->len); in ip6_mr_forward()
|
| /linux/net/ipv4/ |
| H A D | ipmr_base.c | 17 v->bytes_in = 0; in vif_device_init()
|