/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tx.c | 112 unsafe_memcpy(&vhdr->h_vlan_encapsulated_proto, in mlx5e_insert_vlan() 462 unsafe_memcpy(start, skb->data, in mlx5e_sq_xmit_wqe() 479 unsafe_memcpy(eseg->inline_hdr.start, skb->data, in mlx5e_sq_xmit_wqe() 1017 unsafe_memcpy(eseg->inline_hdr.start, skb->data, in mlx5i_sq_xmit() 1023 unsafe_memcpy(h6 + 1, in mlx5i_sq_xmit() 1030 unsafe_memcpy(eseg->inline_hdr.start, skb->data, in mlx5i_sq_xmit()
|
/linux/drivers/md/bcache/ |
H A D | bcache_ondisk.h | 109 #define bkey_copy(_dest, _src) unsafe_memcpy(_dest, _src, bkey_bytes(_src), \
|
H A D | journal.c | 152 unsafe_memcpy(&i->j, j, bytes, in journal_read_bucket()
|
/linux/net/ncsi/ |
H A D | ncsi-cmd.c | 231 unsafe_memcpy(&cmd->mfr_id, nca->data, nca->payload, in ncsi_cmd_handler_oem()
|
/linux/include/linux/ |
H A D | fortify-string.h | 142 #define unsafe_memcpy(dst, src, bytes, justification) \ macro
|
/linux/fs/bcachefs/ |
H A D | replicas.c | 483 unsafe_memcpy(&k.replicas, e, replicas_entry_bytes(e), in bch2_replicas_gc2()
|
H A D | disk_accounting.c | 305 unsafe_memcpy(r, &acc->replicas, in __accounting_to_replicas()
|
H A D | buckets.c | 757 unsafe_memcpy(&acc.replicas, &m->r.e, replicas_entry_bytes(&m->r.e), "VLA"); in bch2_trigger_stripe_ptr()
|
H A D | journal_io.c | 254 unsafe_memcpy(&i->j, j, bytes, "embedded variable length struct"); in journal_entry_add()
|
H A D | ec.c | 467 unsafe_memcpy(&gc->r.e, &acc.replicas, in bch2_trigger_stripe()
|
/linux/net/ipv4/ |
H A D | inet_connection_sock.c | 965 unsafe_memcpy(&nreq_sk->sk_dontcopy_end, &req_sk->sk_dontcopy_end, in inet_reqsk_clone()
|
/linux/net/sched/ |
H A D | cls_u32.c | 1123 unsafe_memcpy(&n->sel, s, sel_size, in u32_change()
|
/linux/drivers/net/hyperv/ |
H A D | rndis_filter.c | 325 unsafe_memcpy((void *)&request->response_msg + RNDIS_HEADER_SIZE + sizeof(*req_id), in rndis_filter_receive_response()
|
/linux/net/netfilter/ |
H A D | x_tables.c | 1145 unsafe_memcpy(t->data, ct->data, tsize - sizeof(*ct), in xt_compat_target_from_user()
|
/linux/net/netfilter/ipset/ |
H A D | ip_set_core.c | 1780 unsafe_memcpy(&errmsg->msg, nlh, nlh->nlmsg_len, in call_ad()
|
/linux/drivers/crypto/ |
H A D | atmel-sha.c | 1772 unsafe_memcpy(hmac->opad, hmac->ipad, bs, in atmel_sha_hmac_compute_ipad_hash()
|
/linux/net/tls/ |
H A D | tls_sw.c | 2861 unsafe_memcpy(crypto_info, new_crypto_info, in tls_set_sw_offload()
|
/linux/net/core/ |
H A D | sock.c | 2215 unsafe_memcpy(&nsk->sk_dontcopy_end, &osk->sk_dontcopy_end, in sock_copy()
|
/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 2400 unsafe_memcpy(ctx->opad, ctx->ipad, blocksize, in ahash_hmac_setkey()
|
/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 2226 unsafe_memcpy(hmacctx->opad, hmacctx->ipad, bs, in chcr_ahash_setkey()
|