Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 847) sorted by relevance

12345678910>>...34

/linux-3.3/include/net/
Ddst.h90 static inline struct neighbour *dst_get_neighbour_noref(struct dst_entry *dst) in dst_get_neighbour_noref()
95 static inline struct neighbour *dst_get_neighbour_noref_raw(struct dst_entry *dst) in dst_get_neighbour_noref_raw()
100 static inline void dst_set_neighbour(struct dst_entry *dst, struct neighbour *neigh) in dst_set_neighbour()
113 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only()
120 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic()
127 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr()
141 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics()
160 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr()
166 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw()
174 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric()
[all …]
Ddst_ops.h36 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast()
41 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow()
51 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add()
58 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init()
63 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
/linux-3.3/net/core/
Ddst.c68 struct dst_entry *dst, *next, head; in dst_gc_task() local
157 struct dst_entry *dst; in dst_alloc() local
198 static void ___dst_free(struct dst_entry *dst) in ___dst_free()
208 void __dst_free(struct dst_entry *dst) in __dst_free()
224 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy()
268 void dst_release(struct dst_entry *dst) in dst_release()
284 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic()
309 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic()
328 void skb_dst_set_noref(struct sk_buff *skb, struct dst_entry *dst) in skb_dst_set_noref()
351 static void dst_ifdown(struct dst_entry *dst, struct net_device *dev, in dst_ifdown()
[all …]
/linux-3.3/arch/x86/crypto/
Dblowfish_glue.c46 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk()
51 static inline void blowfish_enc_blk_xor(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor()
57 static inline void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_4way()
63 static inline void blowfish_enc_blk_xor_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor_4way()
69 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt()
74 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt()
145 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
154 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
192 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_encrypt() local
209 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
[all …]
Dtwofish_glue_3way.c50 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way()
56 static inline void twofish_enc_blk_xor_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_xor_3way()
107 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
116 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
154 u128 *dst = (u128 *)walk->dst.virt.addr; in __cbc_encrypt() local
171 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
195 u128 *dst = (u128 *)walk->dst.virt.addr; in __cbc_decrypt() local
253 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
293 static inline void u128_to_be128(be128 *dst, const u128 *src) in u128_to_be128()
299 static inline void be128_to_u128(u128 *dst, const be128 *src) in be128_to_u128()
[all …]
Daes_glue.c13 void crypto_aes_encrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src) in crypto_aes_encrypt_x86()
19 void crypto_aes_decrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src) in crypto_aes_decrypt_x86()
25 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt()
30 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt()
Dserpent_sse2_glue.c130 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
139 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
177 u128 *dst = (u128 *)walk->dst.virt.addr; in __cbc_encrypt() local
194 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
218 u128 *dst = (u128 *)walk->dst.virt.addr; in __cbc_decrypt() local
277 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
320 static inline void u128_to_be128(be128 *dst, const u128 *src) in u128_to_be128()
326 static inline void be128_to_u128(u128 *dst, const be128 *src) in be128_to_u128()
346 u8 *dst = walk->dst.virt.addr; in ctr_crypt_final() local
363 u128 *dst = (u128 *)walk->dst.virt.addr; in __ctr_crypt() local
[all …]
/linux-3.3/arch/x86/include/asm/
Dserpent.h16 static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway()
22 static inline void serpent_enc_blk_xway_xor(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway_xor()
28 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway()
43 static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway()
49 static inline void serpent_enc_blk_xway_xor(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway_xor()
55 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway()
Duaccess_64.h63 int copy_to_user(void __user *dst, const void *src, unsigned size) in copy_to_user()
71 int __copy_from_user(void *dst, const void __user *src, unsigned size) in __copy_from_user()
115 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user()
159 int __copy_in_user(void __user *dst, const void __user *src, unsigned size) in __copy_in_user()
222 __copy_from_user_inatomic(void *dst, const void __user *src, unsigned size) in __copy_from_user_inatomic()
228 __copy_to_user_inatomic(void __user *dst, const void *src, unsigned size) in __copy_to_user_inatomic()
237 __copy_from_user_nocache(void *dst, const void __user *src, unsigned size) in __copy_from_user_nocache()
244 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, in __copy_from_user_inatomic_nocache()
/linux-3.3/arch/mips/include/asm/
Dftrace.h22 #define safe_load(load, src, dst, error) \ argument
44 #define safe_store(store, src, dst, error) \ argument
66 #define safe_load_code(dst, src, error) \ argument
68 #define safe_store_code(src, dst, error) \ argument
71 #define safe_load_stack(dst, src, error) \ argument
74 #define safe_store_stack(src, dst, error) \ argument
/linux-3.3/include/linux/
Dbitmap.h159 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
169 static inline void bitmap_fill(unsigned long *dst, int nbits) in bitmap_fill()
179 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy()
190 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
198 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
207 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
216 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
224 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement()
283 static inline void bitmap_shift_right(unsigned long *dst, in bitmap_shift_right()
292 static inline void bitmap_shift_left(unsigned long *dst, in bitmap_shift_left()
Dtask_io_accounting_ops.h48 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add()
84 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add()
92 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add()
101 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add()
107 static inline void task_io_accounting_add(struct task_io_accounting *dst, in task_io_accounting_add()
/linux-3.3/sound/pcmcia/pdaudiocf/
Dpdaudiocf_irq.c53 static inline void pdacf_transfer_mono16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono16()
61 static inline void pdacf_transfer_mono32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono32()
73 static inline void pdacf_transfer_stereo16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo16()
81 static inline void pdacf_transfer_stereo32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo32()
94 static inline void pdacf_transfer_mono16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono16sw()
102 static inline void pdacf_transfer_mono32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono32sw()
114 static inline void pdacf_transfer_stereo16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo16sw()
122 static inline void pdacf_transfer_stereo32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo32sw()
135 static inline void pdacf_transfer_mono24le(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24le()
151 static inline void pdacf_transfer_mono24be(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24be()
[all …]
/linux-3.3/drivers/infiniband/core/
Duverbs_marshall.c36 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, in ib_copy_ah_attr_to_user()
55 void ib_copy_qp_attr_to_user(struct ib_uverbs_qp_attr *dst, in ib_copy_qp_attr_to_user()
94 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in ib_copy_path_rec_to_user()
120 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, in ib_copy_path_rec_from_user()
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Dcipher.c49 struct scatterlist *dst, in crypt()
99 static void cbc_process(struct crypto_tfm *tfm, u8 *dst, u8 *src, in cbc_process()
124 static void ecb_process(struct crypto_tfm *tfm, u8 *dst, u8 *src, in ecb_process()
143 struct scatterlist *dst, in ecb_encrypt()
152 struct scatterlist *dst, in ecb_decrypt()
162 struct scatterlist *dst, in cbc_encrypt()
172 struct scatterlist *dst, in cbc_encrypt_iv()
182 struct scatterlist *dst, in cbc_decrypt()
192 struct scatterlist *dst, in cbc_decrypt_iv()
202 struct scatterlist *dst, in nocrypt()
[all …]
/linux-3.3/arch/sparc/lib/
Dmemcpy.S17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
55 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
86 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
94 #define RMOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
[all …]
/linux-3.3/arch/s390/crypto/
Ddes_s390.c136 struct scatterlist *dst, struct scatterlist *src, in ecb_des_encrypt()
147 struct scatterlist *dst, struct scatterlist *src, in ecb_des_decrypt()
179 struct scatterlist *dst, struct scatterlist *src, in cbc_des_encrypt()
190 struct scatterlist *dst, struct scatterlist *src, in cbc_des_decrypt()
252 static void des3_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_encrypt()
259 static void des3_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_decrypt()
287 struct scatterlist *dst, struct scatterlist *src, in ecb_des3_encrypt()
298 struct scatterlist *dst, struct scatterlist *src, in ecb_des3_decrypt()
331 struct scatterlist *dst, struct scatterlist *src, in cbc_des3_encrypt()
342 struct scatterlist *dst, struct scatterlist *src, in cbc_des3_decrypt()
[all …]
/linux-3.3/arch/hexagon/lib/
Dio.c34 short int *dst = (short int *) data; in __raw_readsw() local
53 volatile short int *dst = (short int *)addr; in __raw_writesw() local
68 long *dst = (long *) data; in __raw_readsl() local
82 volatile long *dst = (long *)addr; in __raw_writesl() local
/linux-3.3/arch/parisc/lib/
Dio.c18 void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio()
53 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio()
126 void insb (unsigned long port, void *dst, unsigned long count) in insb()
166 void insw (unsigned long port, void *dst, unsigned long count) in insw()
238 void insl (unsigned long port, void *dst, unsigned long count) in insl()
/linux-3.3/net/ipv6/
Dxfrm6_policy.c34 struct dst_entry *dst; in xfrm6_dst_lookup() local
56 struct dst_entry *dst; in xfrm6_get_saddr() local
76 static int xfrm6_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm6_init_path()
211 static void xfrm6_update_pmtu(struct dst_entry *dst, u32 mtu) in xfrm6_update_pmtu()
219 static void xfrm6_dst_destroy(struct dst_entry *dst) in xfrm6_dst_destroy()
231 static void xfrm6_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in xfrm6_dst_ifdown()
/linux-3.3/arch/mn10300/lib/
Dchecksum.c54 __wsum csum_partial_copy(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy()
61 __wsum csum_partial_copy_nocheck(const void *src, void *dst, in csum_partial_copy_nocheck()
70 __wsum csum_partial_copy_from_user(const void *src, void *dst, in csum_partial_copy_from_user()
86 __wsum csum_and_copy_to_user(const void *src, void *dst, in csum_and_copy_to_user()
/linux-3.3/drivers/video/
Dsysfillrect.c25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_aligned()
81 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_unaligned()
135 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_aligned_rev()
191 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_unaligned_rev()
249 unsigned long *dst; in sys_fillrect() local
/linux-3.3/arch/sh/kernel/
Diomap.c80 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb()
89 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw()
98 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) in mmio_insl()
131 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
137 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
143 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
/linux-3.3/arch/arm/include/asm/
Dxor.h14 #define GET_BLOCK_2(dst) \ argument
19 #define GET_BLOCK_4(dst) \ argument
36 #define PUT_BLOCK_2(dst) \ argument
41 #define PUT_BLOCK_4(dst) \ argument
/linux-3.3/arch/xtensa/kernel/
Dio.c47 void insb(unsigned long addr, void *dst, unsigned long count) { in insb()
56 void insw(unsigned long addr, void *dst, unsigned long count) { in insw()
65 void insl(unsigned long addr, void *dst, unsigned long count) { in insl()

12345678910>>...34