Home
last modified time | relevance | path

Searched refs:dst (Results 5501 - 5525 of 10423) sorted by relevance

1...<<221222223224225226227228229230>>...417

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtest_vxlan_under_vrf.sh112 bridge -netns hv-1 fdb add 00:00:00:00:00:00 dev vxlan0 dst 172.16.0.2 self permanent
113 bridge -netns hv-2 fdb add 00:00:00:00:00:00 dev vxlan0 dst 172.16.0.1 self permanent
/kernel/linux/linux-6.6/arch/arm/vdso/
H A Dvdsomunge.c111 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap) in write_elf_word() argument
113 *dst = swap ? swab32(val) : val; in write_elf_word()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dnommu.c196 unsigned long uaddr, void *dst, const void *src, in copy_to_user_page()
199 memcpy(dst, src, len); in copy_to_user_page()
195 copy_to_user_page(struct vm_area_struct *vma, struct page *page, unsigned long uaddr, void *dst, const void *src, unsigned long len) copy_to_user_page() argument
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpolyval-ce-glue.c143 static int polyval_arm64_final(struct shash_desc *desc, u8 *dst) in polyval_arm64_final() argument
153 memcpy(dst, dctx->buffer, POLYVAL_BLOCK_SIZE); in polyval_arm64_final()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c54 struct in6_addr *dst = (struct in6_addr *)fib_params->ipv6_dst; in fill_fib_params_v6() local
73 *dst = ip6h->daddr; in fill_fib_params_v6()
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Dmd5_glue.c88 u32 *dst = (u32 *)out; in md5_sparc64_final() local
109 dst[i] = sctx->hash[i]; in md5_sparc64_final()
H A Dsha256_glue.c71 __be32 *dst = (__be32 *)out; in sha256_sparc64_final() local
92 dst[i] = cpu_to_be32(sctx->state[i]); in sha256_sparc64_final()
H A Dsha512_glue.c72 __be64 *dst = (__be64 *)out; in sha512_sparc64_final() local
96 dst[i] = cpu_to_be64(sctx->state[i]); in sha512_sparc64_final()
H A Dsha1_glue.c72 __be32 *dst = (__be32 *)out; in sha1_sparc64_final() local
93 dst[i] = cpu_to_be32(sctx->state[i]); in sha1_sparc64_final()
/kernel/linux/linux-5.10/drivers/interconnect/qcom/
H A Dicc-rpmh.c80 * @dst: destination node for the path to set constraints on
84 int qcom_icc_set(struct icc_node *src, struct icc_node *dst) in qcom_icc_set() argument
90 node = dst; in qcom_icc_set()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.h222 /* copy rateset src to dst as-is (no masking or sorting) */
224 struct brcms_c_rateset *dst);
230 struct brcms_c_rateset *dst, bool basic_only,
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dp80211wep.c162 u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) in wep_encrypt()
210 dst[k] = buf[k] ^ s[(s[i] + s[j]) & 0xff]; in wep_encrypt()
161 wep_encrypt(struct wlandevice *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) wep_encrypt() argument
/kernel/linux/linux-5.10/security/selinux/ss/
H A Debitmap.h126 int ebitmap_cpy(struct ebitmap *dst, struct ebitmap *src);
127 int ebitmap_and(struct ebitmap *dst, struct ebitmap *e1, struct ebitmap *e2);
/kernel/linux/linux-5.10/lib/
H A Dtextsearch.c204 static unsigned int get_linear_data(unsigned int consumed, const u8 **dst, in get_linear_data() argument
211 *dst = st->data + consumed; in get_linear_data()
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_formats.c252 int rotate_enum_fmt(struct v4l2_fmtdesc *f, bool dst) in rotate_enum_fmt() argument
260 if (dst && !(rotate_formats[i].flags & ROTATE_FLAG_OUTPUT)) in rotate_enum_fmt()
/kernel/linux/linux-5.10/include/crypto/
H A Dkpp.h18 * @dst: Destination data
23 * result. In case of error where the dst sgl size was insufficient,
30 struct scatterlist *dst; member
246 req->dst = output; in kpp_request_set_output()
/kernel/linux/linux-5.10/include/linux/
H A Dasync_tx.h100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
119 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel()
118 async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type, struct page **dst, int dst_count, struct page **src, int src_count, size_t len) async_tx_find_channel() argument
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_formats.c252 int rotate_enum_fmt(struct v4l2_fmtdesc *f, bool dst) in rotate_enum_fmt() argument
260 if (dst && !(rotate_formats[i].flags & ROTATE_FLAG_OUTPUT)) in rotate_enum_fmt()
/kernel/linux/linux-6.6/include/linux/
H A Dasync_tx.h100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
119 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel()
118 async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type, struct page **dst, int dst_count, struct page **src, int src_count, size_t len) async_tx_find_channel() argument
H A Dmempolicy.h127 int vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst);
228 vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst) in vma_dup_policy() argument
/kernel/linux/linux-6.6/fs/verity/
H A Dread_metadata.c81 static int fsverity_read_buffer(void __user *dst, u64 offset, int length, in fsverity_read_buffer() argument
91 if (copy_to_user(dst, src, length)) in fsverity_read_buffer()
/kernel/linux/linux-6.6/include/crypto/
H A Dkpp.h22 * @dst: Destination data
27 * result. In case of error where the dst sgl size was insufficient,
34 struct scatterlist *dst; member
272 req->dst = output; in kpp_request_set_output()
/kernel/linux/linux-6.6/include/rdma/
H A Dib_umem.h109 int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset,
168 static inline int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset, in ib_umem_copy_from() argument
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dp80211wep.c141 u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) in wep_encrypt()
189 dst[k] = buf[k] ^ s[(s[i] + s[j]) & 0xff]; in wep_encrypt()
140 wep_encrypt(struct wlandevice *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) wep_encrypt() argument
/kernel/linux/linux-6.6/drivers/block/zram/
H A Dzcomp.c121 * Our dst memory (zstrm->buffer) is always `2 * PAGE_SIZE' sized in zcomp_compress()
126 * and returns -ENOSP when the dst memory is not big enough, which in zcomp_compress()
131 * the dst buffer, zram_drv will take care of the fact that in zcomp_compress()
142 const void *src, unsigned int src_len, void *dst) in zcomp_decompress()
148 dst, &dst_len); in zcomp_decompress()
141 zcomp_decompress(struct zcomp_strm *zstrm, const void *src, unsigned int src_len, void *dst) zcomp_decompress() argument

Completed in 14 milliseconds

1...<<221222223224225226227228229230>>...417