Searched refs:dst (Results 26 - 50 of 113) sorted by relevance

12345

/include/uapi/linux/netfilter/
H A Dxt_HMARK.h28 __u16 dst; member in struct:hmark_ports::__anon1995
32 __be16 dst; member in struct:hmark_ports::__anon1996
/include/linux/
H A Dfs_stack.h12 extern void fsstack_copy_inode_size(struct inode *dst, struct inode *src);
H A Dcrypto.h147 struct scatterlist *dst; member in struct:ablkcipher_request
160 * @dst: Destination data
173 struct scatterlist *dst; member in struct:aead_request
186 void (*crfn)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
187 unsigned int (*prfn)(const struct cipher_desc *desc, u8 *dst,
235 struct scatterlist *dst, struct scatterlist *src,
238 struct scatterlist *dst, struct scatterlist *src,
253 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
254 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
259 unsigned int slen, u8 *dst, unsigne
720 ablkcipher_request_set_crypt( struct ablkcipher_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) argument
852 aead_request_set_crypt(struct aead_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, u8 *iv) argument
972 crypto_blkcipher_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
981 crypto_blkcipher_encrypt_iv(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
989 crypto_blkcipher_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
998 crypto_blkcipher_decrypt_iv(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
1012 crypto_blkcipher_get_iv(struct crypto_blkcipher *tfm, u8 *dst, unsigned int len) argument
1097 crypto_cipher_encrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
1101 dst, src); local
1104 crypto_cipher_decrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
1108 dst, src); local
1270 crypto_comp_compress(struct crypto_comp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
1278 crypto_comp_decompress(struct crypto_comp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
[all...]
H A Dcpumask.h878 #define cpu_set(cpu, dst) __cpu_set((cpu), &(dst))
884 #define cpu_clear(cpu, dst) __cpu_clear((cpu), &(dst))
890 #define cpus_setall(dst) __cpus_setall(&(dst), NR_CPUS)
896 #define cpus_clear(dst) __cpus_clear(&(dst), NR_CPUS)
911 #define cpus_and(dst, src1, src2) __cpus_and(&(dst),
[all...]
H A Detherdevice.h223 * @dst: Pointer to a six-byte array Ethernet address destination
226 * Please note: dst & src must both be aligned to u16.
228 static inline void ether_addr_copy(u8 *dst, const u8 *src) argument
231 *(u32 *)dst = *(const u32 *)src;
232 *(u16 *)(dst + 4) = *(const u16 *)(src + 4);
234 u16 *a = (u16 *)dst;
245 * @dst: pointer to net_device to copy dev_addr to
251 static inline void eth_hw_addr_inherit(struct net_device *dst, argument
254 dst->addr_assign_type = src->addr_assign_type;
255 ether_addr_copy(dst
[all...]
H A Dnetfilter_bridge.h115 struct dst_entry *dst = skb_dst(skb); local
117 if (dst && (dst->flags & DST_FAKE_RTABLE))
H A Dccp.h133 * @dst: data produced by this operation
140 * - type, mode, action, key, key_len, src, dst, src_len
159 struct scatterlist *src, *dst; member in struct:ccp_aes_engine
196 * @dst: data produced by this operation
201 * - action, unit_size, key, key_len, iv, iv_len, src, dst, src_len, final
216 struct scatterlist *src, *dst; member in struct:ccp_xts_aes_engine
287 * @dst: data produced by this operation
291 * - key_size, exp, exp_len, mod, mod_len, src, dst, src_len
302 struct scatterlist *src, *dst; member in struct:ccp_rsa_engine
346 * @dst
361 struct scatterlist *src, *dst; member in struct:ccp_passthru_engine
[all...]
H A Dmsm_mdp.h68 struct mdp_img dst; member in struct:mdp_blit_req
/include/net/
H A Ddn_route.h71 struct dst_entry dst; member in struct:dn_route
109 static inline void dn_rt_finish_output(struct sk_buff *skb, char *dst, char *src) argument
114 dst = NULL;
116 if (dev_hard_header(skb, dev, ETH_P_DNA_RT, dst, src, skb->len) >= 0)
H A Droute.h27 #include <net/dst.h>
50 struct dst_entry dst; member in struct:rtable
164 int ip_route_input_noref(struct sk_buff *skb, __be32 dst, __be32 src,
167 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, argument
173 err = ip_route_input_noref(skb, dst, src, tos, devin);
203 * We rely on dst being first structure in struct rtable
205 BUILD_BUG_ON(offsetof(struct rtable, dst) != 0);
206 dst_release(&rt->dst);
242 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, __be32 src, argument
253 protocol, flow_flags, dst, sr
257 ip_route_connect(struct flowi4 *fl4, __be32 dst, __be32 src, u32 tos, int oif, u8 protocol, __be16 sport, __be16 dport, struct sock *sk) argument
309 ip4_dst_hoplimit(const struct dst_entry *dst) argument
[all...]
H A Dchecksum.h30 __wsum csum_and_copy_from_user (const void __user *src, void *dst, argument
34 return csum_partial_copy_from_user(src, dst, len, sum, err_ptr);
45 (const void *src, void __user *dst, int len, __wsum sum, int *err_ptr)
49 if (access_ok(VERIFY_WRITE, dst, len)) {
50 if (copy_to_user(dst, src, len) == 0)
44 csum_and_copy_to_user(const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) argument
H A Dflow_keys.h7 * @dst: destination ip address in case of IPv4
8 * For IPv6 it contains 32bit hash of dst address
11 * port16[1]: dst port number
18 /* (src,dst) must be grouped, in the same way than in IP header */
20 __be32 dst; member in struct:flow_keys
H A Dip6_route.h136 static inline void __ip6_dst_store(struct sock *sk, struct dst_entry *dst, argument
141 struct rt6_info *rt = (struct rt6_info *) dst;
143 sk_setup_caps(sk, dst);
151 static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst, argument
155 __ip6_dst_store(sk, dst, daddr, saddr);
H A Dpkt_cls.h137 void tcf_exts_change(struct tcf_proto *tp, struct tcf_exts *dst,
256 * @dst: destination ematch tree variable
259 * This functions replaces the ematch tree in @dst with the ematch
264 struct tcf_ematch_tree *dst,
268 memcpy(dst, src, sizeof(*dst));
306 #define tcf_em_tree_change(tp, dst, src) do { } while(0)
263 tcf_em_tree_change(struct tcf_proto *tp, struct tcf_ematch_tree *dst, struct tcf_ematch_tree *src) argument
H A Dudp_tunnel.h81 struct sk_buff *skb, __be32 src, __be32 dst,
86 int udp_tunnel6_xmit_skb(struct socket *sock, struct dst_entry *dst,
/include/crypto/
H A Dlrw.h39 int lrw_crypt(struct blkcipher_desc *desc, struct scatterlist *dst,
H A Daead.h85 struct scatterlist *dst,
88 aead_request_set_crypt(&req->areq, src, dst, nbytes, iv);
83 aead_givcrypt_set_crypt(struct aead_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) argument
H A Dskcipher.h96 struct scatterlist *src, struct scatterlist *dst,
99 ablkcipher_request_set_crypt(&req->creq, src, dst, nbytes, iv);
94 skcipher_givcrypt_set_crypt( struct skcipher_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) argument
H A Dalgapi.h92 } src, dst; member in struct:blkcipher_walk
115 } src, dst; member in struct:ablkcipher_walk
187 void crypto_xor(u8 *dst, const u8 *src, unsigned int size);
310 struct scatterlist *dst,
315 walk->out.sg = dst;
320 struct scatterlist *dst,
325 walk->out.sg = dst;
309 blkcipher_walk_init(struct blkcipher_walk *walk, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
319 ablkcipher_walk_init(struct ablkcipher_walk *walk, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
/include/uapi/linux/
H A Divtv.h56 struct v4l2_rect dst; member in struct:ivtv_dma_frame
/include/linux/mfd/
H A Dmax14577.h105 unsigned int min_ua, unsigned int max_ua, u8 *dst);
/include/asm-generic/
H A Duaccess.h280 __strncpy_from_user(char *dst, const char __user *src, long count) argument
283 strncpy(dst, (const char __force *)src, count);
284 for (tmp = dst; *tmp && count > 0; tmp++, count--)
286 return (tmp - dst);
291 strncpy_from_user(char *dst, const char __user *src, long count) argument
295 return __strncpy_from_user(dst, src, count);
H A Dio.h252 #define ioread8_rep(p, dst, count) \
253 insb((unsigned long) (p), (dst), (count))
254 #define ioread16_rep(p, dst, count) \
255 insw((unsigned long) (p), (dst), (count))
256 #define ioread32_rep(p, dst, count) \
257 insl((unsigned long) (p), (dst), (count))
/include/net/bluetooth/
H A Drfcomm.h237 int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst,
245 struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel);
278 bdaddr_t *dst);
307 bdaddr_t dst; member in struct:rfcomm_pinfo
344 bdaddr_t dst; member in struct:rfcomm_dev_req
353 bdaddr_t dst; member in struct:rfcomm_dev_info
/include/linux/platform_data/
H A Dedma.h49 u32 dst; member in struct:edmacc_param
133 dma_addr_t edma_get_position(unsigned slot, bool dst);

Completed in 372 milliseconds

12345