| /include/net/ |
| D | dst.h | 97 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only() 104 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic() 111 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr() 125 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics() 144 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr() 150 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() 158 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() 167 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss() 177 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() 192 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() [all …]
|
| D | dst_ops.h | 46 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() 51 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow() 56 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add() 61 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init() 66 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
|
| D | dst_metadata.h | 20 struct dst_entry dst; member 42 struct dst_entry *dst; in skb_tunnel_info() local 56 struct dst_entry *dst = skb_dst(skb); in skb_valid_dst() local 132 struct metadata_dst *dst; in skb_tunnel_info_unclone() local
|
| D | ip6_route.h | 214 const struct dst_entry *dst = skb_dst(skb); in skb_rt6_info() local 226 static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst, in ip6_dst_store() 250 static inline bool ipv6_anycast_destination(const struct dst_entry *dst, in ipv6_anycast_destination() 309 static inline unsigned int ip6_dst_mtu_forward(const struct dst_entry *dst) in ip6_dst_mtu_forward()
|
| D | route.h | 50 struct dst_entry dst; member 188 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, in ip_route_input() 281 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, __be32 src, in ip_route_connect_init() 297 __be32 dst, __be32 src, u32 tos, in ip_route_connect() 347 static inline int ip4_dst_hoplimit(const struct dst_entry *dst) in ip4_dst_hoplimit()
|
| D | dn_route.h | 63 struct dst_entry dst; member 102 static inline void dn_rt_finish_output(struct sk_buff *skb, char *dst, char *src) in dn_rt_finish_output()
|
| /include/linux/ |
| D | bitmap.h | 219 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() 225 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() 231 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() 241 static inline void bitmap_copy_clear_tail(unsigned long *dst, in bitmap_copy_clear_tail() 267 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 275 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 284 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 293 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 301 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement() 417 static inline void bitmap_shift_right(unsigned long *dst, const unsigned long *src, in bitmap_shift_right() [all …]
|
| D | task_io_accounting_ops.h | 49 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add() 85 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add() 93 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add() 103 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add() 109 static inline void task_io_accounting_add(struct task_io_accounting *dst, in task_io_accounting_add()
|
| D | linkmode.h | 8 static inline void linkmode_zero(unsigned long *dst) in linkmode_zero() 13 static inline void linkmode_copy(unsigned long *dst, const unsigned long *src) in linkmode_copy() 18 static inline void linkmode_and(unsigned long *dst, const unsigned long *a, in linkmode_and() 24 static inline void linkmode_or(unsigned long *dst, const unsigned long *a, in linkmode_or() 35 static inline int linkmode_andnot(unsigned long *dst, const unsigned long *src1, in linkmode_andnot()
|
| D | string_helpers.h | 34 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any() 61 char *dst, size_t osz, const char *only) in string_escape_mem_any_np() 66 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str() 72 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np()
|
| D | nodemask.h | 127 #define node_set(node, dst) __node_set((node), &(dst)) argument 133 #define node_clear(node, dst) __node_clear((node), &(dst)) argument 139 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument 145 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument 161 #define nodes_and(dst, src1, src2) \ argument 169 #define nodes_or(dst, src1, src2) \ argument 177 #define nodes_xor(dst, src1, src2) \ argument 185 #define nodes_andnot(dst, src1, src2) \ argument 193 #define nodes_complement(dst, src) \ argument 243 #define nodes_shift_right(dst, src, n) \ argument [all …]
|
| D | rpmsg.h | 37 u32 dst; member 55 u32 dst; member 192 u32 dst) in rpmsg_sendto() 202 u32 dst, void *data, int len) in rpmsg_send_offchannel() 219 int len, u32 dst) in rpmsg_trysendto() 228 u32 dst, void *data, int len) in rpmsg_trysend_offchannel()
|
| D | uuid.h | 41 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() 56 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
|
| D | sram.h | 21 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy()
|
| D | bio-crypt-ctx.h | 171 static inline void bio_crypt_clone(struct bio *dst, struct bio *src, in bio_crypt_clone() 203 static inline void bio_clone_skip_dm_default_key(struct bio *dst, in bio_clone_skip_dm_default_key() 218 static inline void bio_clone_skip_dm_default_key(struct bio *dst, in bio_clone_skip_dm_default_key()
|
| D | async_tx.h | 100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument 119 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel()
|
| /include/linux/sunrpc/ |
| D | addr.h | 59 static inline bool __rpc_copy_addr4(struct sockaddr *dst, in __rpc_copy_addr4() 85 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6() 103 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6() 157 static inline bool rpc_copy_addr(struct sockaddr *dst, in rpc_copy_addr()
|
| /include/crypto/internal/ |
| D | scompress.h | 78 u8 *dst, unsigned int *dlen, void *ctx) in crypto_scomp_compress() 85 u8 *dst, unsigned int *dlen, in crypto_scomp_decompress()
|
| /include/asm-generic/ |
| D | cacheflush.h | 100 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 108 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| D | checksum.h | 38 #define csum_partial_copy_nocheck(src, dst, len, sum) \ argument
|
| /include/uapi/linux/netfilter/ |
| D | xt_HMARK.h | 30 __u16 dst; member 34 __be16 dst; member
|
| /include/crypto/ |
| D | algapi.h | 99 } src, dst; member 122 } src, dst; member 200 static inline void crypto_xor(u8 *dst, const u8 *src, unsigned int size) in crypto_xor() 217 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy() 323 struct scatterlist *dst, in blkcipher_walk_init() 333 struct scatterlist *dst, in ablkcipher_walk_init()
|
| D | cbc.h | 22 u8 *dst = walk->dst.virt.addr; in crypto_cbc_encrypt_segment() local 87 u8 *dst = walk->dst.virt.addr; in crypto_cbc_decrypt_segment() local
|
| D | ctr.h | 37 u8 *dst = walk.dst.virt.addr; in crypto_ctr_encrypt_walk() local
|
| /include/uapi/linux/ |
| D | rpmsg.h | 21 __u32 dst; member
|