Home
last modified time | relevance | path

Searched defs:dst (Results 176 – 200 of 1660) sorted by relevance

12345678910>>...67

/linux/arch/arm64/crypto/
H A Dsm4-ce-glue.c117 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 Drxe_net.c96 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 Droute.h58 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 Droute.c30 int dst = 0; in zero_areas() local
52 int nsrcs, ndsts, dst; in route_transfer() local
/linux/lib/crypto/powerpc/
H A Dchacha-p10-glue.c34 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 Duaccess.h48 #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 Daes-gcm-aesni-x86_64.S155 .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 Dglue_helper-asm-avx.S18 #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 Dglue_helper-asm-avx2.S18 #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 Dtcp_fastopen.c339 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 Dfbcon_cw.c25 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 Daes-riscv64-glue.c107 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 Debt_mark.c62 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 Debt_mark_m.c46 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 Dvalidate.c17 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 Dchacha-glue.c40 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 Dchecksum_32.S164 #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 Dperms.c59 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 Dstring.h58 #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 Dxfrm_compat.c232 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 Dahci_xgene.c42 #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 Dselftest_migrate.c40 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 Daes.c81 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 Ddh_helper.c15 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 Dlwtunnel.c324 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

12345678910>>...67