/linux/arch/arm64/crypto/ |
H A D | sm4-ce-glue.c | 117 u8 *dst = walk.dst.virt.addr; in sm4_ecb_do_crypt() local 165 u8 *dst = walk.dst.virt.addr; in sm4_cbc_crypt() local 209 struct scatterlist *dst = req->dst; in sm4_cbc_cts_crypt() local 288 u8 *dst = walk.dst.virt.addr; in sm4_ctr_crypt() local 327 struct scatterlist *src, *dst; in sm4_xts_crypt() local
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_net.c | 96 struct dst_entry *dst = NULL; in rxe_find_route() local 226 static void prepare_ipv4_hdr(struct dst_entry *dst, struct sk_buff *skb, in prepare_ipv4_hdr() 256 static void prepare_ipv6_hdr(struct dst_entry *dst, struct sk_buff *skb, in prepare_ipv6_hdr() 283 struct dst_entry *dst; in prepare4() local 309 struct dst_entry *dst; in prepare6() local
|
/linux/include/net/ |
H A D | route.h | 58 struct dst_entry dst; member 229 ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, dscp_t dscp, in ip_route_input() 319 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, in ip_route_connect_init() 337 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, __be32 dst, in ip_route_connect() 385 static inline int ip4_dst_hoplimit(const struct dst_entry *dst) in ip4_dst_hoplimit()
|
/linux/sound/core/oss/ |
H A D | route.c | 30 int dst = 0; in zero_areas() local 52 int nsrcs, ndsts, dst; in route_transfer() local
|
/linux/lib/crypto/powerpc/ |
H A D | chacha-p10-glue.c | 34 static void chacha_p10_do_8x(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_p10_do_8x() 58 void chacha_crypt_arch(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt_arch()
|
/linux/arch/um/include/asm/ |
H A D | uaccess.h | 48 #define __get_kernel_nofault(dst, src, type, err_label) \ argument 62 #define __put_kernel_nofault(dst, src, type, err_label) \ argument
|
/linux/arch/x86/crypto/ |
H A D | aes-gcm-aesni-x86_64.S | 155 .macro _vpclmulqdq imm, src1, src2, dst 166 .macro _vpshufb src1, src2, dst 177 .macro _vpand src1, src2, dst 249 .macro _store_partial_block src, dst
|
H A D | glue_helper-asm-avx.S | 18 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 28 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
|
H A D | glue_helper-asm-avx2.S | 18 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 28 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument
|
/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 339 const struct dst_entry *dst, in tcp_fastopen_no_cookie() 354 const struct dst_entry *dst) in tcp_try_fastopen() 422 const struct dst_entry *dst; in tcp_fastopen_cookie_check() local 563 struct dst_entry *dst; in tcp_fastopen_active_disable_ofo_check() local
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon_cw.c | 25 static void cw_update_attr(u8 *dst, u8 *src, int attribute, in cw_update_attr() 85 struct fb_image *image, u8 *buf, u8 *dst) in cw_putcs_aligned() 126 u8 *dst, *buf = NULL; in cw_putcs() local 232 u8 *dst; in cw_cursor() local
|
/linux/arch/riscv/crypto/ |
H A D | aes-riscv64-glue.c | 107 static void riscv64_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in riscv64_aes_encrypt() 120 static void riscv64_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in riscv64_aes_decrypt() 219 struct scatterlist *src, *dst; in riscv64_aes_cbc_cts_crypt() local 361 struct scatterlist *src, *dst; in riscv64_aes_xts_crypt() local
|
/linux/net/bridge/netfilter/ |
H A D | ebt_mark.c | 62 static void mark_tg_compat_from_user(void *dst, const void *src) in mark_tg_compat_from_user() 71 static int mark_tg_compat_to_user(void __user *dst, const void *src) in mark_tg_compat_to_user()
|
H A D | ebt_mark_m.c | 46 static void mark_mt_compat_from_user(void *dst, const void *src) in mark_mt_compat_from_user() 57 static int mark_mt_compat_to_user(void __user *dst, const void *src) in mark_mt_compat_to_user()
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 17 static void do_one(char *src, char *dst, unsigned long src_off, in do_one() 65 char *src, *dst, *redzone, *fill; in test_copy_loop() local
|
/linux/lib/crypto/arm/ |
H A D | chacha-glue.c | 40 static void chacha_doneon(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_doneon() 80 void chacha_crypt_arch(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt_arch()
|
/linux/arch/sparc/lib/ |
H A D | checksum_32.S | 164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 209 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
|
/linux/drivers/misc/lkdtm/ |
H A D | perms.c | 59 static void *setup_function_descriptor(func_desc_t *fdesc, void *dst) in setup_function_descriptor() 71 static noinline __nocfi void execute_location(void *dst, bool write) in execute_location() 90 static void execute_user_location(void *dst) in execute_user_location()
|
/linux/arch/arm/include/asm/ |
H A D | string.h | 58 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 59 #define memmove(dst, src, len) __memmove(dst, src, len) argument
|
/linux/net/xfrm/ |
H A D | xfrm_compat.c | 232 static int xfrm_nla_cpy(struct sk_buff *dst, const struct nlattr *src, int len) in xfrm_nla_cpy() 237 static int xfrm_xlate64_attr(struct sk_buff *dst, const struct nlattr *src) in xfrm_xlate64_attr() 302 static int xfrm_xlate64(struct sk_buff *dst, const struct nlmsghdr *nlh_src) in xfrm_xlate64() 412 static int xfrm_attr_cpy32(void *dst, size_t *pos, const struct nlattr *src, in xfrm_attr_cpy32() 441 static int xfrm_xlate32_attr(void *dst, const struct nlattr *nla, in xfrm_xlate32_attr() 477 static int xfrm_xlate32(struct nlmsghdr *dst, const struct nlmsghdr *src, in xfrm_xlate32()
|
/linux/drivers/ata/ |
H A D | ahci_xgene.c | 42 #define PORTADDR_SET(dst, src) \ argument 45 #define PORTPHY1CFG_FRCPHYRDY_SET(dst, src) \ argument 52 #define PORTPHY5CFG_RTCHG_SET(dst, src) \ argument 54 #define PORTAXICFG_EN_CONTEXT_SET(dst, src) \ argument 57 #define PORTAXICFG_OUTTRANS_SET(dst, src) \ argument 60 #define PORTRANSCFG_RXWM_SET(dst, src) \ argument
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_migrate.c | 40 struct drm_i915_gem_object *dst, in copy() 45 struct drm_i915_gem_object *src, *dst; in copy() local 413 struct drm_i915_gem_object *dst, in __migrate_copy() 427 struct drm_i915_gem_object *dst, in __global_copy() 896 struct drm_i915_gem_object *dst; in perf_clear_blt() local 923 struct scatterlist *dst, in __perf_copy_blt() 979 struct drm_i915_gem_object *src, *dst; in perf_copy_blt() local
|
/linux/arch/powerpc/crypto/ |
H A D | aes.c | 81 static void p8_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_encrypt() 98 static void p8_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_decrypt()
|
/linux/crypto/ |
H A D | dh_helper.c | 15 static inline u8 *dh_pack_data(u8 *dst, u8 *end, const void *src, size_t size) in dh_pack_data() 23 static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) in dh_unpack_data()
|
/linux/net/core/ |
H A D | lwtunnel.c | 324 struct dst_entry *dst; in lwtunnel_output() local 377 struct dst_entry *dst; in lwtunnel_xmit() local 431 struct dst_entry *dst; in lwtunnel_input() local
|