Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 118) sorted by relevance

12345

/include/net/
A Ddst.h182 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss()
207 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature()
214 static inline u32 dst_mtu(const struct dst_entry *dst) in dst_mtu()
231 static inline void dst_hold(struct dst_entry *dst) in dst_hold()
300 static inline bool dst_hold_safe(struct dst_entry *dst) in dst_hold_safe()
315 struct dst_entry *dst = skb_dst(skb); in skb_dst_force() local
374 const struct dst_entry *dst; in dst_tclassid() local
395 static inline void dst_confirm(struct dst_entry *dst) in dst_confirm()
427 struct dst_entry *dst = skb_dst(skb); in dst_link_failure() local
551 struct dst_entry *dst = skb_dst(skb); in skb_dst_update_pmtu() local
[all …]
A Ddst_ops.h46 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()
A Ddst_metadata.h33 struct dst_entry dst; member
57 struct dst_entry *dst; in skb_tunnel_info() local
79 struct dst_entry *dst; in skb_xfrm_md_info() local
94 struct dst_entry *dst = skb_dst(skb); in skb_valid_dst() local
188 struct metadata_dst *dst; in skb_tunnel_info_unclone() local
A Dip6_route.h220 const struct dst_entry *dst = skb_dst(skb); in skb_rt6_info() local
231 static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst, in ip6_dst_store()
255 static inline bool ipv6_anycast_destination(const struct dst_entry *dst, in ipv6_anycast_destination()
273 const struct dst_entry *dst = skb_dst(skb); in ip6_skb_dst_mtu() local
326 static inline unsigned int ip6_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip6_dst_mtu_maybe_forward()
A Droute.h58 struct dst_entry dst; member
229 ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, dscp_t dscp, in ip_route_input()
319 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, in ip_route_connect_init()
337 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, __be32 dst, in ip_route_connect()
385 static inline int ip4_dst_hoplimit(const struct dst_entry *dst) in ip4_dst_hoplimit()
A Dchecksum.h28 __wsum csum_and_copy_from_user (const void __user *src, void *dst, in csum_and_copy_from_user()
39 (const void *src, void __user *dst, int len) in csum_and_copy_to_user()
51 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
/include/linux/
A Dlinkmode.h8 static inline void linkmode_zero(unsigned long *dst) in linkmode_zero()
13 static inline void linkmode_fill(unsigned long *dst) in linkmode_fill()
18 static inline void linkmode_copy(unsigned long *dst, const unsigned long *src) in linkmode_copy()
23 static inline void linkmode_and(unsigned long *dst, const unsigned long *a, in linkmode_and()
29 static inline void linkmode_or(unsigned long *dst, const unsigned long *a, in linkmode_or()
40 static inline bool linkmode_andnot(unsigned long *dst, in linkmode_andnot()
A Dsockptr.h44 static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, in copy_from_sockptr_offset()
59 static inline int copy_from_sockptr(void *dst, sockptr_t src, size_t size) in copy_from_sockptr()
77 static inline int copy_safe_from_sockptr(void *dst, size_t ksize, in copy_safe_from_sockptr()
87 static inline int copy_struct_from_sockptr(void *dst, size_t ksize, in copy_struct_from_sockptr()
110 static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, in copy_to_sockptr_offset()
119 static inline int copy_to_sockptr(sockptr_t dst, const void *src, size_t size) in copy_to_sockptr()
153 static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) in strncpy_from_sockptr()
A Dtask_io_accounting_ops.h49 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()
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()
A Dbitmap.h231 static __always_inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
322 bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
331 void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
341 void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
351 bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
500 void bitmap_shift_right(unsigned long *dst, const unsigned long *src, in bitmap_shift_right()
510 void bitmap_shift_left(unsigned long *dst, const unsigned long *src, in bitmap_shift_left()
520 void bitmap_replace(unsigned long *dst, in bitmap_replace()
568 void bitmap_scatter(unsigned long *dst, const unsigned long *src, in bitmap_scatter()
625 void bitmap_gather(unsigned long *dst, const unsigned long *src, in bitmap_gather()
[all …]
A Dstring_helpers.h53 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any()
82 char *dst, size_t osz, const char *only) in string_escape_mem_any_np()
87 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str()
93 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np()
99 static inline void string_upper(char *dst, const char *src) in string_upper()
106 static inline void string_lower(char *dst, const char *src) in string_lower()
A Duuid.h51 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy()
56 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid()
61 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid()
76 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
81 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid()
86 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid()
A Dstring.h79 #define __strscpy0(dst, src, ...) \ argument
82 #define __strscpy1(dst, src, size) \ argument
85 #define __strscpy_pad0(dst, src, ...) \ argument
88 #define __strscpy_pad1(dst, src, size) \ argument
113 #define strscpy(dst, src, ...) \ argument
148 #define strscpy_pad(dst, src, ...) \ argument
278 static inline void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache()
385 #define unsafe_memcpy(dst, src, bytes, justification) \ argument
A Dbpfptr.h49 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()
82 static inline long strncpy_from_bpfptr(char *dst, bpfptr_t src, size_t count) in strncpy_from_bpfptr()
A Dnodemask.h124 #define node_set(node, dst) __node_set((node), &(dst)) argument
130 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
158 #define nodes_and(dst, src1, src2) \ argument
166 #define nodes_or(dst, src1, src2) \ argument
174 #define nodes_xor(dst, src1, src2) \ argument
182 #define nodes_andnot(dst, src1, src2) \ argument
197 #define nodes_complement(dst, src) \ argument
326 #define nodemask_parse_user(ubuf, ulen, dst) \ argument
348 #define nodes_remap(dst, src, old, new) \ argument
356 #define nodes_onto(dst, orig, relmap) \ argument
[all …]
A Drpmsg.h37 u32 dst; member
58 u32 dst; member
261 u32 dst) in rpmsg_sendto()
279 int len, u32 dst) in rpmsg_trysendto()
304 static inline int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control()
A Duaccess.h235 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel()
384 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user()
481 copy_struct_to_user(void __user *dst, size_t usize, const void *src, in copy_struct_to_user()
522 #define __get_kernel_nofault(dst, src, type, label) \ argument
531 #define __put_kernel_nofault(dst, src, type, label) \ argument
A Dsram.h11 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy()
A Dtext-patching.h8 static inline void *text_poke_copy(void *dst, const void *src, size_t len) in text_poke_copy()
/include/trace/stages/
A Dstage6_event_callback.h34 #define __assign_str(dst) \ argument
44 #define __assign_vstr(dst, fmt, va) \ argument
59 #define __assign_bitmask(dst, src, nr_bits) \ argument
69 #define __assign_cpumask(dst, src) \ argument
93 #define __assign_rel_str(dst) \ argument
109 #define __assign_rel_bitmask(dst, src, nr_bits) \ argument
119 #define __assign_rel_cpumask(dst, src) \ argument
/include/linux/sunrpc/
A Daddr.h59 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/
A Dutils.h16 static inline void crypto_xor(u8 *dst, const u8 *src, unsigned int size) in crypto_xor()
35 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy()
A Dacompress.h66 u8 *dst; member
92 struct scatterlist *dst; member
349 struct scatterlist *dst, in acomp_request_set_params()
454 struct scatterlist *dst, in acomp_request_set_dst_sg()
475 u8 *dst, unsigned int dlen) in acomp_request_set_dst_dma()
495 u8 *dst, unsigned int dlen) in acomp_request_set_dst_nondma()
A Dchacha.h102 u8 *dst, const u8 *src, in chacha_crypt()
112 u8 *dst, const u8 *src, unsigned int bytes) in chacha20_crypt()
/include/crypto/internal/
A Dscompress.h78 u8 *dst, unsigned int *dlen, void *ctx) in crypto_scomp_compress()
85 u8 *dst, unsigned int *dlen, in crypto_scomp_decompress()

Completed in 36 milliseconds

12345