Searched refs:unsafe_memcpy (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_vic.c52 unsafe_memcpy(tlv->value, value, length,
/linux-master/include/linux/
H A Dstring.h371 #ifndef unsafe_memcpy
372 #define unsafe_memcpy(dst, src, bytes, justification) \ macro
H A Dfortify-string.h112 * unsafe_memcpy - memcpy implementation with no FORTIFY bounds checking
124 #define unsafe_memcpy(dst, src, bytes, justification) \ macro
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c112 unsafe_memcpy(&vhdr->h_vlan_encapsulated_proto,
458 unsafe_memcpy(start, skb->data,
475 unsafe_memcpy(eseg->inline_hdr.start, skb->data,
1017 unsafe_memcpy(eseg->inline_hdr.start, skb->data,
1023 unsafe_memcpy(h6 + 1,
1030 unsafe_memcpy(eseg->inline_hdr.start, skb->data,
/linux-master/drivers/md/bcache/
H A Dbcache_ondisk.h109 #define bkey_copy(_dest, _src) unsafe_memcpy(_dest, _src, bkey_bytes(_src), \
H A Djournal.c152 unsafe_memcpy(&i->j, j, bytes,
/linux-master/net/ncsi/
H A Dncsi-cmd.c231 unsafe_memcpy(&cmd->mfr_id, nca->data, nca->payload,
/linux-master/fs/bcachefs/
H A Dsb-clean.c235 unsafe_memcpy(&u->r, e, replicas_entry_bytes(e),
H A Dbuckets.c144 unsafe_memcpy(&ret->u, c->usage_base,
482 unsafe_memcpy((void *) n + offsetof(struct replicas_delta, r),
H A Djournal_io.c209 unsafe_memcpy(&i->j, j, bytes, "embedded variable length struct");
/linux-master/net/ipv4/
H A Dinet_connection_sock.c933 unsafe_memcpy(&nreq_sk->sk_dontcopy_end, &req_sk->sk_dontcopy_end,
/linux-master/drivers/net/hyperv/
H A Drndis_filter.c339 unsafe_memcpy((void *)&request->response_msg + RNDIS_HEADER_SIZE + sizeof(*req_id),
/linux-master/net/netfilter/
H A Dx_tables.c1145 unsafe_memcpy(t->data, ct->data, tsize - sizeof(*ct),
/linux-master/net/sched/
H A Dcls_u32.c1111 unsafe_memcpy(&n->sel, s, sel_size,
/linux-master/drivers/crypto/
H A Datmel-sha.c1771 unsafe_memcpy(hmac->opad, hmac->ipad, bs,
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c1758 unsafe_memcpy(&errmsg->msg, nlh, nlh->nlmsg_len,
/linux-master/drivers/crypto/bcm/
H A Dcipher.c2399 unsafe_memcpy(ctx->opad, ctx->ipad, blocksize,
/linux-master/net/core/
H A Dsock.c2056 unsafe_memcpy(&nsk->sk_dontcopy_end, &osk->sk_dontcopy_end,
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c2226 unsafe_memcpy(hmacctx->opad, hmacctx->ipad, bs,

Completed in 278 milliseconds