Searched refs:dest (Results 226 - 250 of 1256) sorted by relevance

1234567891011>>

/linux-master/net/netfilter/ipset/
H A Dip_set_getport.c38 *port = src ? th->source : th->dest;
50 *port = src ? sh->source : sh->dest;
63 *port = src ? uh->source : uh->dest;
/linux-master/tools/lib/
H A Dstring.c87 * @dest: Where to copy the string to
103 size_t __weak strlcpy(char *dest, const char *src, size_t size) argument
109 memcpy(dest, src, len);
110 dest[len] = '\0';
/linux-master/net/rose/
H A Drose_loopback.c63 rose_address *dest; local
86 dest = (rose_address *)(skb->data + ROSE_CALL_REQ_DEST_ADDR_OFF);
105 dev = rose_dev_get(dest);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dindir_table.c102 struct mlx5_flow_destination dest = {}; local
140 dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
141 dest.ft = mlx5_chains_get_table(chains, 0, 1, 0);
142 if (IS_ERR(dest.ft)) {
143 err = PTR_ERR(dest.ft);
146 handle = mlx5_add_flow_rules(e->ft, NULL, &flow_act, &dest, 1);
213 struct mlx5_flow_destination dest = {}; local
232 dest.type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
233 dest.vport.num = e->vport;
234 dest
[all...]
/linux-master/sound/core/seq/
H A Dseq_system.c67 ev->dest.client = SNDRV_SEQ_ADDRESS_SUBSCRIBERS;
96 ev->dest.client = client;
97 ev->dest.port = port;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c124 struct ip_vs_dest *dest = cp->dest; local
127 if (dest && (dest->flags & IP_VS_DEST_F_AVAILABLE)) {
133 s = this_cpu_ptr(dest->stats.cpustats);
139 svc = rcu_dereference(dest->svc);
160 struct ip_vs_dest *dest = cp->dest; local
163 if (dest && (dest
258 struct ip_vs_dest *dest; local
448 struct ip_vs_dest *dest; local
1129 ip_vs_new_conn_out(struct ip_vs_service *svc, struct ip_vs_dest *dest, struct sk_buff *skb, const struct ip_vs_iphdr *iph, __be16 dport, __be16 cport) argument
1225 struct ip_vs_dest *dest; local
1509 struct ip_vs_dest *dest; local
1544 struct ip_vs_dest *dest; local
1638 struct ip_vs_dest *dest; local
1740 struct ip_vs_dest *dest = cp->dest; local
[all...]
/linux-master/fs/reiserfs/
H A Dlbalance.c12 * copy copy_count entries from source directory item to dest buffer
19 struct buffer_head *dest = dest_bi->bi_bh; local
52 /* when copy last to first, dest buffer can contain 0 items */
55 LAST_TO_FIRST) ? ((B_NR_ITEMS(dest)) ? 0 : -1) : (B_NR_ITEMS(dest)
59 * if there are no items in dest or the first/last item in
60 * dest is not item of the same directory
66 leaf_key(dest,
69 /* create new item in dest */
101 /* insert item into dest buffe
138 struct buffer_head *dest = dest_bi->bi_bh; local
314 struct buffer_head *dest; local
418 struct buffer_head *dest = dest_bi->bi_bh; local
524 struct buffer_head *dest; local
[all...]
/linux-master/security/selinux/
H A Davc.c253 static void avc_copy_xperms_decision(struct extended_perms_decision *dest, argument
256 dest->driver = src->driver;
257 dest->used = src->used;
258 if (dest->used & XPERMS_ALLOWED)
259 memcpy(dest->allowed->p, src->allowed->p,
261 if (dest->used & XPERMS_AUDITALLOW)
262 memcpy(dest->auditallow->p, src->auditallow->p,
264 if (dest->used & XPERMS_DONTAUDIT)
265 memcpy(dest->dontaudit->p, src->dontaudit->p,
274 struct extended_perms_decision *dest,
273 avc_quick_copy_xperms_decision(u8 perm, struct extended_perms_decision *dest, struct extended_perms_decision *src) argument
356 struct avc_xperms_node *dest; local
[all...]
/linux-master/arch/sh/lib/
H A Dmemmove.S17 ! if dest > src, call memcpy (it copies in decreasing order)
/linux-master/samples/bpf/
H A Dparse_ldabs.c39 if (load_half(skb, troff + offsetof(struct udphdr, dest)) == DEFAULT_PKTGEN_UDP_PORT)
H A Dparse_simple.c45 if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT))
/linux-master/tools/include/linux/
H A Dstring.h25 extern size_t strlcpy(char *dest, const char *src, size_t size);
/linux-master/include/linux/dsa/
H A Docelot.h229 static inline void ocelot_ifh_set_dest(void *injection, u64 dest) argument
231 packing(injection, &dest, 67, 56, OCELOT_TAG_LEN, PACK, 0);
239 static inline void seville_ifh_set_dest(void *injection, u64 dest) argument
241 packing(injection, &dest, 67, 57, OCELOT_TAG_LEN, PACK, 0);
/linux-master/arch/arm/mach-davinci/
H A Dpm.c37 static void davinci_sram_push(void *dest, void *src, unsigned int size) argument
39 memcpy(dest, src, size);
40 flush_icache_range((unsigned long)dest, (unsigned long)(dest + size));
/linux-master/include/uapi/linux/
H A Dif_arcnet.h107 __u8 dest; /* destination ARCnet - 0 for broadcast */ member in struct:arc_hardware
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.h11 extern int av7110_pes_play(void *dest, struct dvb_ringbuffer *buf, int dlen);
/linux-master/drivers/acpi/
H A Dacpi_platform.c75 const struct resource *src, struct resource *dest)
79 *dest = *src;
87 dest->parent = pci_find_resource(to_pci_dev(parent), dest);
74 acpi_platform_fill_resource(struct acpi_device *adev, const struct resource *src, struct resource *dest) argument
/linux-master/drivers/platform/chrome/
H A Dcros_ec_proto_test_util.h44 unsigned int bytes, void *dest);
/linux-master/lib/
H A Ddecompress_unxz.c203 void *memmove(void *dest, const void *src, size_t size) argument
205 uint8_t *d = dest;
218 return dest;
251 long (*fill)(void *dest, unsigned long size),
250 unxz(unsigned char *in, long in_size, long (*fill)(void *dest, unsigned long size), long (*flush)(void *src, unsigned long size), unsigned char *out, long *in_used, void (*error)(char *x)) argument
/linux-master/net/llc/
H A Dllc_input.c166 int dest; local
199 dest = llc_pdu_type(skb);
200 sap_handler = dest ? READ_ONCE(llc_type_handlers[dest - 1]) : NULL;
/linux-master/fs/ext4/
H A Dfsmap.c16 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest, argument
19 dest->fmr_device = src->fmr_device;
20 dest->fmr_flags = src->fmr_flags;
21 dest->fmr_physical = src->fmr_physical << sb->s_blocksize_bits;
22 dest->fmr_owner = src->fmr_owner;
23 dest->fmr_offset = 0;
24 dest->fmr_length = src->fmr_length << sb->s_blocksize_bits;
25 dest->fmr_reserved[0] = 0;
26 dest->fmr_reserved[1] = 0;
27 dest
31 ext4_fsmap_to_internal(struct super_block *sb, struct ext4_fsmap *dest, struct fsmap *src) argument
[all...]
/linux-master/fs/bcachefs/
H A Dfifo.h45 #define fifo_move(dest, src) \
47 typeof(*((dest)->data)) _t; \
48 while (!fifo_full(dest) && \
50 fifo_push(dest, _t); \
/linux-master/tools/testing/selftests/bpf/progs/
H A Dskb_pkt_end.c46 if (tcp->dest != 0)
H A Dtest_xdp_vlan.c187 char *dest; local
196 /* Moving Ethernet header, dest overlap with src, memmove handle this */
197 dest = data;
198 dest += VLAN_HDR_SZ;
203 __builtin_memmove(dest, data, ETH_ALEN * 2);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_wb.h18 struct dpu_hw_fmt_layout dest; member in struct:dpu_hw_wb_cfg

Completed in 398 milliseconds

1234567891011>>