/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | test_vxlan_under_vrf.sh | 112 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 D | vdsomunge.c | 111 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 D | nommu.c | 196 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 D | polyval-ce-glue.c | 143 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 D | test_tc_neigh_fib.c | 54 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 D | md5_glue.c | 88 u32 *dst = (u32 *)out; in md5_sparc64_final() local 109 dst[i] = sctx->hash[i]; in md5_sparc64_final()
|
H A D | sha256_glue.c | 71 __be32 *dst = (__be32 *)out; in sha256_sparc64_final() local 92 dst[i] = cpu_to_be32(sctx->state[i]); in sha256_sparc64_final()
|
H A D | sha512_glue.c | 72 __be64 *dst = (__be64 *)out; in sha512_sparc64_final() local 96 dst[i] = cpu_to_be64(sctx->state[i]); in sha512_sparc64_final()
|
H A D | sha1_glue.c | 72 __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 D | icc-rpmh.c | 80 * @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 D | rate.h | 222 /* 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 D | p80211wep.c | 162 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 D | ebitmap.h | 126 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 D | textsearch.c | 204 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 D | sun8i_formats.c | 252 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 D | kpp.h | 18 * @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 D | async_tx.h | 100 #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 D | sun8i_formats.c | 252 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 D | async_tx.h | 100 #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 D | mempolicy.h | 127 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 D | read_metadata.c | 81 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 D | kpp.h | 22 * @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 D | ib_umem.h | 109 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 D | p80211wep.c | 141 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 D | zcomp.c | 121 * 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
|