Searched refs:memmove (Results 1 - 25 of 521) sorted by last modified time

1234567891011>>

/linux-master/net/ipv6/
H A Dudp_offload.c95 memmove(packet_start-frag_hdr_sz, packet_start, unfrag_len);
H A Dip6_offload.c368 memmove(skb_mac_header(skb) - hoplen, skb_mac_header(skb),
/linux-master/net/core/
H A Dskbuff.c2379 memmove(skb->head + saved_end_offset,
6054 memmove(skb_mac_header(skb) + VLAN_HLEN, skb_mac_header(skb),
6061 memmove(meta + VLAN_HLEN, meta, meta_len);
6360 memmove(skb_mac_header(skb) - MPLS_HLEN, skb_mac_header(skb),
6403 memmove(skb_mac_header(skb) + MPLS_HLEN, skb_mac_header(skb),
H A Dgro.c410 memmove(pinfo->frags, pinfo->frags + 1,
H A Dfilter.c3220 memmove(skb->data, skb->data + len, off);
3244 memmove(skb->data, old_data, off);
3920 memmove(xdp->data_meta + offset,
/linux-master/kernel/bpf/
H A Dverifier.c18566 memmove(env->subprog_info + i,
18575 memmove(aux->func_info + i,
18634 memmove(linfo + l_off, linfo + i,
18681 memmove(aux_data + off, aux_data + off + cnt,
H A Dcore.c523 memmove(prog_adj->insnsi + off + len, prog_adj->insnsi + off + 1,
543 memmove(prog->insnsi + off, prog->insnsi + off + cnt,
/linux-master/fs/btrfs/
H A Dvolumes.c3041 memmove(ptr, ptr + len, array_size - (cur + len));
H A Dioctl.c1906 memmove(name, ptr, total_len);
2034 memmove(args->path, ptr, total_len);
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6702 memmove(dc_em_sink->dc_edid.raw_edid, edid, (edid->extensions + 1) * EDID_LENGTH);
/linux-master/drivers/firewire/
H A Dohci.c1927 memmove(&(ohci->self_id_buffer[pos+1]),
/linux-master/drivers/scsi/
H A Dsd.c3791 memmove(begin, p, end - p);
/linux-master/net/mac80211/
H A Dtx.c3358 memmove(data, data + sizeof(*amsdu_hdr), hdr_len);
H A Drx.c85 memmove(skb->data + IEEE80211_HT_CTL_LEN, skb->data,
2734 memmove(skb->data, data, len);
H A Dmesh_pathtbl.c152 memmove(skb->data, hdr, hdrlen + mesh_hdrlen);
/linux-master/fs/ntfs3/
H A Dinode.c1192 memmove(rp_name + err + 4, rp_name, sizeof(short) * err);
/linux-master/drivers/net/
H A Dmacsec.c636 memmove(hh, eth, 2 * ETH_ALEN);
820 memmove(skb->data + hdr_len, skb->data, 2 * ETH_ALEN);
/linux-master/arch/arc/kernel/
H A Dperf_event.c667 memmove(arc_pmu->raw_entry[j].name, str, ARCPMU_EVENT_NAME_LEN - 1);
/linux-master/fs/sysfs/
H A Dfile.c121 memmove(buf, buf + pos, len);
/linux-master/fs/smb/server/
H A Dsmb2pdu.c8940 memmove(buf + 4, iov[1].iov_base, buf_data_size);
/linux-master/fs/smb/client/
H A Dsmb2ops.c4453 memmove(buf, iov[1].iov_base, buf_data_size);
/linux-master/fs/bcachefs/
H A Dthread_with_file.c139 memmove(buf->buf.data,
349 memmove(buf->buf.data,
381 memmove(buf->buf.data,
H A Dsb-members.c74 memmove(dst, __bch2_members_v2_get_mut(mi, i), le16_to_cpu(mi->member_bytes));
H A Djournal_io.c335 memmove(k, bkey_next(k), next - (void *) bkey_next(k));
360 memmove(k, bkey_next(k), next - (void *) bkey_next(k));
H A Dbtree_io.c239 memmove(dst, src, sizeof(*src) +
252 memmove(dst, src, sizeof(*src));
457 * memmove on insert from being too expensive: the middle bset should, ideally,

Completed in 612 milliseconds

1234567891011>>