Searched refs:unsafe_memcpy (Results 1 – 16 of 16) sorted by relevance
/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() 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 D | vnic_vic.c | 52 unsafe_memcpy(tlv->value, value, length, in vic_provinfo_add_tlv()
|
/linux/include/linux/ |
H A D | string.h | 394 #ifndef unsafe_memcpy 395 #define unsafe_memcpy(dst, src, bytes, justification) \ macro
|
H A D | fortify-string.h | 142 #define unsafe_memcpy(dst, src, bytes, justification) \ macro
|
/linux/include/net/ |
H A D | dst_metadata.h | 166 unsafe_memcpy(&new_md->u.tun_info, &md_dst->u.tun_info, in tun_dst_unclone()
|
/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/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 | 259 unsafe_memcpy(r, &acc->replicas, in __accounting_to_replicas()
|
H A D | journal_io.c | 239 unsafe_memcpy(&i->j, j, bytes, "embedded variable length struct"); in journal_entry_add()
|
/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 | 1771 unsafe_memcpy(hmac->opad, hmac->ipad, bs, in atmel_sha_hmac_compute_ipad_hash()
|
/linux/net/tls/ |
H A D | tls_sw.c | 2837 unsafe_memcpy(crypto_info, new_crypto_info, in tls_set_sw_offload()
|
/linux/net/core/ |
H A D | sock.c | 2157 unsafe_memcpy(&nsk->sk_dontcopy_end, &osk->sk_dontcopy_end, in sock_copy()
|