/include/net/ |
D | dst.h | 97 static inline struct neighbour *dst_get_neighbour_noref(struct dst_entry *dst) in dst_get_neighbour_noref() 102 static inline struct neighbour *dst_get_neighbour_noref_raw(struct dst_entry *dst) in dst_get_neighbour_noref_raw() 107 static inline void dst_set_neighbour(struct dst_entry *dst, struct neighbour *neigh) in dst_set_neighbour() 120 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only() 127 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic() 134 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr() 148 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics() 167 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr() 173 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() 181 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() [all …]
|
D | dst_ops.h | 36 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()
|
D | dsa.h | 99 struct dsa_switch_tree *dst; member 133 struct dsa_switch_tree *dst = ds->dst; in dsa_upstream_port() local 191 static inline bool dsa_uses_dsa_tags(struct dsa_switch_tree *dst) in dsa_uses_dsa_tags() 196 static inline bool dsa_uses_trailer_tags(struct dsa_switch_tree *dst) in dsa_uses_trailer_tags()
|
D | route.h | 46 struct dst_entry dst; member 173 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, in ip_route_input() 179 static inline int ip_route_input_noref(struct sk_buff *skb, __be32 dst, __be32 src, in ip_route_input_noref() 239 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, __be32 src, in ip_route_connect_init() 259 __be32 dst, __be32 src, u32 tos, in ip_route_connect() 317 static inline int ip4_dst_hoplimit(const struct dst_entry *dst) in ip4_dst_hoplimit()
|
D | checksum.h | 30 __wsum csum_and_copy_from_user (const void __user *src, void *dst, in csum_and_copy_from_user() 45 (const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) in csum_and_copy_to_user()
|
D | flow_keys.h | 7 __be32 dst; member
|
D | ip6_route.h | 156 static inline void __ip6_dst_store(struct sock *sk, struct dst_entry *dst, in __ip6_dst_store() 170 static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst, in ip6_dst_store()
|
D | dn_route.h | 68 struct dst_entry dst; member 104 static inline void dn_rt_finish_output(struct sk_buff *skb, char *dst, char *src) in dn_rt_finish_output()
|
D | ip.h | 265 int ip_dont_fragment(struct sock *sk, struct dst_entry *dst) in ip_dont_fragment() 274 static inline void ip_select_ident(struct sk_buff *skb, struct dst_entry *dst, struct sock *sk) in ip_select_ident() 290 static inline void ip_select_ident_more(struct sk_buff *skb, struct dst_entry *dst, struct sock *sk… in ip_select_ident_more()
|
/include/linux/ |
D | bitmap.h | 159 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()
|
D | task_io_accounting_ops.h | 48 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()
|
D | rpmsg.h | 60 u32 dst; member 115 u32 dst; member 199 u32 src = rpdev->src, dst = rpdev->dst; in rpmsg_send() local 223 int rpmsg_sendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst) in rpmsg_sendto() 251 int rpmsg_send_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst, in rpmsg_send_offchannel() 276 u32 src = rpdev->src, dst = rpdev->dst; in rpmsg_trysend() local 299 int rpmsg_trysendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst) in rpmsg_trysendto() 326 int rpmsg_trysend_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst, in rpmsg_trysend_offchannel()
|
D | nodemask.h | 101 #define node_set(node, dst) __node_set((node), &(dst)) argument 107 #define node_clear(node, dst) __node_clear((node), &(dst)) argument 113 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument 119 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument 135 #define nodes_and(dst, src1, src2) \ argument 143 #define nodes_or(dst, src1, src2) \ argument 151 #define nodes_xor(dst, src1, src2) \ argument 159 #define nodes_andnot(dst, src1, src2) \ argument 167 #define nodes_complement(dst, src) \ argument 217 #define nodes_shift_right(dst, src, n) \ argument [all …]
|
D | cpumask.h | 833 #define cpu_set(cpu, dst) __cpu_set((cpu), &(dst)) argument 839 #define cpu_clear(cpu, dst) __cpu_clear((cpu), &(dst)) argument 845 #define cpus_setall(dst) __cpus_setall(&(dst), NR_CPUS) argument 851 #define cpus_clear(dst) __cpus_clear(&(dst), NR_CPUS) argument 866 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS) argument 873 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS) argument 880 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS) argument 887 #define cpus_andnot(dst, src1, src2) \ argument 928 #define cpus_shift_left(dst, src, n) \ argument
|
D | async_tx.h | 110 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument 129 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel()
|
D | crypto.h | 147 struct scatterlist *dst; member 173 struct scatterlist *dst; member 722 struct scatterlist *src, struct scatterlist *dst, in ablkcipher_request_set_crypt() 854 struct scatterlist *dst, in aead_request_set_crypt() 973 struct scatterlist *dst, in crypto_blkcipher_encrypt() 982 struct scatterlist *dst, in crypto_blkcipher_encrypt_iv() 990 struct scatterlist *dst, in crypto_blkcipher_decrypt() 999 struct scatterlist *dst, in crypto_blkcipher_decrypt_iv() 1013 u8 *dst, unsigned int len) in crypto_blkcipher_get_iv() 1098 u8 *dst, const u8 *src) in crypto_cipher_encrypt_one() [all …]
|
D | ivtv.h | 56 struct v4l2_rect dst; member
|
/include/asm-generic/ |
D | cacheflush.h | 26 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 31 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
D | checksum.h | 37 #define csum_partial_copy_nocheck(src, dst, len, sum) \ argument
|
D | uaccess.h | 268 __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user() 279 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
|
/include/linux/sunrpc/ |
D | clnt.h | 209 static inline bool __rpc_copy_addr4(struct sockaddr *dst, in __rpc_copy_addr4() 235 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6() 252 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6() 291 static inline bool rpc_copy_addr(struct sockaddr *dst, in rpc_copy_addr()
|
/include/crypto/ |
D | algapi.h | 92 } src, dst; member 112 } src, dst; member 303 struct scatterlist *dst, in blkcipher_walk_init() 313 struct scatterlist *dst, in ablkcipher_walk_init()
|
D | skcipher.h | 96 struct scatterlist *src, struct scatterlist *dst, in skcipher_givcrypt_set_crypt()
|
D | aead.h | 85 struct scatterlist *dst, in aead_givcrypt_set_crypt()
|
/include/net/bluetooth/ |
D | bluetooth.h | 174 static inline void bacpy(bdaddr_t *dst, bdaddr_t *src) in bacpy() 190 bdaddr_t dst; member
|