| /include/net/ |
| D | dst.h | 125 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only() 132 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic() 139 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr() 153 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics() 172 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr() 178 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() 186 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() 195 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss() 205 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() 220 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() [all …]
|
| D | dst_ops.h | 42 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() 47 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() 64 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init() 69 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
|
| D | dst_metadata.h | 9 struct dst_entry dst; member 28 struct dst_entry *dst; in skb_tunnel_info() local 42 struct dst_entry *dst = skb_dst(skb); in skb_valid_dst() local 106 struct metadata_dst *dst; in skb_tunnel_info_unclone() local
|
| D | route.h | 52 struct dst_entry dst; member 179 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, in ip_route_input() 261 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, __be32 src, in ip_route_connect_init() 277 __be32 dst, __be32 src, u32 tos, in ip_route_connect() 327 static inline int ip4_dst_hoplimit(const struct dst_entry *dst) in ip4_dst_hoplimit()
|
| D | flow_dissector.h | 56 __be32 dst; member 67 struct in6_addr dst; member 102 __be16 dst; member 115 unsigned char dst[ETH_ALEN]; member
|
| D | dn_route.h | 71 struct dst_entry dst; member 109 static inline void dn_rt_finish_output(struct sk_buff *skb, char *dst, char *src) in dn_rt_finish_output()
|
| 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 | ip6_route.h | 171 static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst, in ip6_dst_store() 192 static inline bool ipv6_anycast_destination(const struct dst_entry *dst, in ipv6_anycast_destination()
|
| /include/linux/ |
| D | bitmap.h | 191 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() 201 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() 211 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() 222 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 230 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 239 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 248 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 256 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement() 318 static inline void bitmap_shift_right(unsigned long *dst, const unsigned long *src, in bitmap_shift_right() 327 static inline void bitmap_shift_left(unsigned long *dst, const unsigned long *src, in bitmap_shift_left() [all …]
|
| 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() 102 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add() 108 static inline void task_io_accounting_add(struct task_io_accounting *dst, in task_io_accounting_add()
|
| D | string_helpers.h | 32 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any() 56 char *dst, size_t osz, const char *only) in string_escape_mem_any_np() 61 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str() 67 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np()
|
| D | pmem.h | 29 static inline void arch_memcpy_to_pmem(void *dst, const void *src, size_t n) in arch_memcpy_to_pmem() 34 static inline int arch_memcpy_from_pmem(void *dst, const void *src, size_t n) in arch_memcpy_from_pmem() 76 static inline int memcpy_from_pmem(void *dst, void const *src, size_t size) in memcpy_from_pmem() 97 static inline void memcpy_to_pmem(void *dst, const void *src, size_t n) in memcpy_to_pmem()
|
| D | nodemask.h | 117 #define node_set(node, dst) __node_set((node), &(dst)) argument 123 #define node_clear(node, dst) __node_clear((node), &(dst)) argument 129 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument 135 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument 151 #define nodes_and(dst, src1, src2) \ argument 159 #define nodes_or(dst, src1, src2) \ argument 167 #define nodes_xor(dst, src1, src2) \ argument 175 #define nodes_andnot(dst, src1, src2) \ argument 183 #define nodes_complement(dst, src) \ argument 233 #define nodes_shift_right(dst, src, n) \ argument [all …]
|
| D | rpmsg.h | 60 u32 dst; member 76 u32 dst; member
|
| D | crypto.h | 180 struct scatterlist *dst; member 1059 struct scatterlist *src, struct scatterlist *dst, in ablkcipher_request_set_crypt() 1287 struct scatterlist *dst, in crypto_blkcipher_encrypt() 1315 struct scatterlist *dst, in crypto_blkcipher_encrypt_iv() 1340 struct scatterlist *dst, in crypto_blkcipher_decrypt() 1365 struct scatterlist *dst, in crypto_blkcipher_decrypt_iv() 1398 u8 *dst, unsigned int len) in crypto_blkcipher_get_iv() 1563 u8 *dst, const u8 *src) in crypto_cipher_encrypt_one() 1579 u8 *dst, const u8 *src) in crypto_cipher_decrypt_one() 1638 u8 *dst, unsigned int *dlen) in crypto_comp_compress() [all …]
|
| D | async_tx.h | 113 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument 132 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel()
|
| D | etherdevice.h | 274 static inline void ether_addr_copy(u8 *dst, const u8 *src) in ether_addr_copy() 297 static inline void eth_hw_addr_inherit(struct net_device *dst, in eth_hw_addr_inherit()
|
| D | netfilter_bridge.h | 24 struct dst_entry *dst = skb_dst(skb); in br_drop_fake_rtable() local
|
| /include/linux/sunrpc/ |
| D | addr.h | 58 static inline bool __rpc_copy_addr4(struct sockaddr *dst, in __rpc_copy_addr4() 84 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6() 102 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6() 156 static inline bool rpc_copy_addr(struct sockaddr *dst, in rpc_copy_addr()
|
| /include/uapi/linux/netfilter/ |
| D | xt_HMARK.h | 29 __u16 dst; member 33 __be16 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
|
| /include/media/ |
| D | vsp1.h | 31 struct v4l2_rect dst; member
|
| /include/uapi/linux/ |
| D | ivtv.h | 56 struct v4l2_rect dst; member
|
| /include/crypto/ |
| D | algapi.h | 95 } src, dst; member 118 } src, dst; member 285 struct scatterlist *dst, in blkcipher_walk_init() 295 struct scatterlist *dst, in ablkcipher_walk_init()
|