Home
last modified time | relevance | path

Searched refs:unsafe_memcpy (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c112 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()
1022 unsafe_memcpy(eseg->inline_hdr.start, skb->data, in mlx5i_sq_xmit()
1028 unsafe_memcpy(h6 + 1, in mlx5i_sq_xmit()
1035 unsafe_memcpy(eseg->inline_hdr.start, skb->data, in mlx5i_sq_xmit()
/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_vic.c52 unsafe_memcpy(tlv->value, value, length, in vic_provinfo_add_tlv()
/linux/include/linux/
H A Dstring.h394 #ifndef unsafe_memcpy
395 #define unsafe_memcpy(dst, src, bytes, justification) \ macro
H A Dfortify-string.h142 #define unsafe_memcpy(dst, src, bytes, justification) \ macro
/linux/include/net/
H A Ddst_metadata.h166 unsafe_memcpy(&new_md->u.tun_info, &md_dst->u.tun_info, in tun_dst_unclone()
/linux/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, in journal_read_bucket()
/linux/net/ncsi/
H A Dncsi-cmd.c231 unsafe_memcpy(&cmd->mfr_id, nca->data, nca->payload, in ncsi_cmd_handler_oem()
/linux/fs/bcachefs/
H A Dreplicas.c483 unsafe_memcpy(&k.replicas, e, replicas_entry_bytes(e), in bch2_replicas_gc2()
H A Ddisk_accounting.c259 unsafe_memcpy(r, &acc->replicas, in __accounting_to_replicas()
H A Djournal_io.c239 unsafe_memcpy(&i->j, j, bytes, "embedded variable length struct"); in journal_entry_add()
/linux/net/netfilter/
H A Dx_tables.c1145 unsafe_memcpy(t->data, ct->data, tsize - sizeof(*ct), in xt_compat_target_from_user()
/linux/net/netfilter/ipset/
H A Dip_set_core.c1780 unsafe_memcpy(&errmsg->msg, nlh, nlh->nlmsg_len, in call_ad()
/linux/drivers/crypto/
H A Datmel-sha.c1771 unsafe_memcpy(hmac->opad, hmac->ipad, bs, in atmel_sha_hmac_compute_ipad_hash()
/linux/net/tls/
H A Dtls_sw.c2837 unsafe_memcpy(crypto_info, new_crypto_info, in tls_set_sw_offload()
/linux/net/core/
H A Dsock.c2157 unsafe_memcpy(&nsk->sk_dontcopy_end, &osk->sk_dontcopy_end, in sock_copy()