/include/net/ |
D | dst.h | 98 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only() 105 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic() 112 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr() 126 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics() 145 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr() 151 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() 159 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() 168 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss() 178 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() 193 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() 57 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add() 63 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init() 68 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
|
D | dst_metadata.h | 32 struct dst_entry dst; member 56 struct dst_entry *dst; in skb_tunnel_info() local 78 struct dst_entry *dst; in skb_xfrm_md_info() local 93 struct dst_entry *dst = skb_dst(skb); in skb_valid_dst() local 187 struct metadata_dst *dst; in skb_tunnel_info_unclone() local
|
D | ip6_route.h | 216 const struct dst_entry *dst = skb_dst(skb); in skb_rt6_info() local 228 static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst, in ip6_dst_store() 252 static inline bool ipv6_anycast_destination(const struct dst_entry *dst, in ipv6_anycast_destination() 270 const struct dst_entry *dst = skb_dst(skb); in ip6_skb_dst_mtu() local 319 static inline unsigned int ip6_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip6_dst_mtu_maybe_forward()
|
D | route.h | 61 struct dst_entry dst; member 205 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, in ip_route_input() 297 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, in ip_route_connect_init() 312 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, __be32 dst, in ip_route_connect() 362 static inline int ip4_dst_hoplimit(const struct dst_entry *dst) in ip4_dst_hoplimit()
|
D | checksum.h | 26 __wsum csum_and_copy_from_user (const void __user *src, void *dst, in csum_and_copy_from_user() 37 (const void *src, void __user *dst, int len) in csum_and_copy_to_user() 49 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
|
/include/linux/ |
D | bitmap.h | 240 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() 250 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() 260 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() 274 static inline void bitmap_copy_clear_tail(unsigned long *dst, in bitmap_copy_clear_tail() 318 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 326 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 335 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 344 static inline bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 352 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement() 483 static inline void bitmap_shift_right(unsigned long *dst, const unsigned long *src, in bitmap_shift_right() [all …]
|
D | uuid.h | 41 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() 46 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid() 51 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid() 66 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy() 71 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid() 76 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid()
|
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 | 42 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any() 71 char *dst, size_t osz, const char *only) in string_escape_mem_any_np() 76 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str() 82 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np() 88 static inline void string_upper(char *dst, const char *src) in string_upper() 95 static inline void string_lower(char *dst, const char *src) in string_lower()
|
D | sockptr.h | 44 static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, in copy_from_sockptr_offset() 53 static inline int copy_from_sockptr(void *dst, sockptr_t src, size_t size) in copy_from_sockptr() 58 static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, in copy_to_sockptr_offset() 67 static inline int copy_to_sockptr(sockptr_t dst, const void *src, size_t size) in copy_to_sockptr() 99 static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) in strncpy_from_sockptr()
|
D | bpfptr.h | 49 static inline int copy_from_bpfptr_offset(void *dst, bpfptr_t src, in copy_from_bpfptr_offset() 57 static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) in copy_from_bpfptr() 62 static inline int copy_to_bpfptr_offset(bpfptr_t dst, size_t offset, in copy_to_bpfptr_offset() 81 static inline long strncpy_from_bpfptr(char *dst, bpfptr_t src, size_t count) in strncpy_from_bpfptr()
|
D | nodemask.h | 128 #define node_set(node, dst) __node_set((node), &(dst)) argument 134 #define node_clear(node, dst) __node_clear((node), &(dst)) argument 140 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument 146 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument 162 #define nodes_and(dst, src1, src2) \ argument 170 #define nodes_or(dst, src1, src2) \ argument 178 #define nodes_xor(dst, src1, src2) \ argument 186 #define nodes_andnot(dst, src1, src2) \ argument 194 #define nodes_complement(dst, src) \ argument 244 #define nodes_shift_right(dst, src, n) \ argument [all …]
|
D | rpmsg.h | 37 u32 dst; member 58 u32 dst; member 258 u32 dst) in rpmsg_sendto() 268 u32 dst, void *data, int len) in rpmsg_send_offchannel() 285 int len, u32 dst) in rpmsg_trysendto() 294 u32 dst, void *data, int len) in rpmsg_trysend_offchannel()
|
D | blk-crypto.h | 190 static inline int bio_crypt_clone(struct bio *dst, struct bio *src, in bio_crypt_clone() 210 static inline void bio_clone_skip_dm_default_key(struct bio *dst, in bio_clone_skip_dm_default_key() 225 static inline void bio_clone_skip_dm_default_key(struct bio *dst, in bio_clone_skip_dm_default_key()
|
D | uaccess.h | 179 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() 326 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() 367 #define __get_kernel_nofault(dst, src, type, label) \ argument 376 #define __put_kernel_nofault(dst, src, type, label) \ argument
|
D | sram.h | 11 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy()
|
D | iosys-map.h | 286 static inline void iosys_map_memcpy_to(struct iosys_map *dst, size_t dst_offset, in iosys_map_memcpy_to() 306 static inline void iosys_map_memcpy_from(void *dst, const struct iosys_map *src, in iosys_map_memcpy_from() 341 static inline void iosys_map_memset(struct iosys_map *dst, size_t offset, in iosys_map_memset()
|
/include/trace/stages/ |
D | stage6_event_callback.h | 31 #define __assign_str(dst, src) \ argument 35 #define __assign_str_len(dst, src, len) \ argument 42 #define __assign_vstr(dst, fmt, va) \ argument 57 #define __assign_bitmask(dst, src, nr_bits) \ argument 81 #define __assign_rel_str(dst, src) \ argument 85 #define __assign_rel_str_len(dst, src, len) \ argument 98 #define __assign_rel_bitmask(dst, src, nr_bits) \ argument
|
/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/ |
D | chacha.h | 96 static inline void chacha_crypt(u32 *state, u8 *dst, const u8 *src, in chacha_crypt() 105 static inline void chacha20_crypt(u32 *state, u8 *dst, const u8 *src, in chacha20_crypt()
|
/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/uapi/linux/netfilter/ |
D | xt_HMARK.h | 30 __u16 dst; member 34 __be16 dst; member
|
/include/asm-generic/ |
D | cacheflush.h | 108 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 118 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|