Searched refs:dsts (Results 1 – 4 of 4) sorted by relevance
/linux/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 93 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local 129 sprintf(dsts, "%u", in read_route() 148 route.dst = atoi(dsts); in read_route() 242 memset(dsts, 0, sizeof(dsts)); in read_route() 319 char dsts[24], mac[24]; in read_arp() local 341 sprintf(dsts, "%u", in read_arp() 352 arp_entry.dst = atoi(dsts); in read_arp() 383 memset(dsts, 0, sizeof(dsts)); in read_arp()
|
/linux/drivers/dma/ |
H A D | dmatest.c | 701 dma_addr_t *dsts; in dmatest_func() local 776 dsts = &um->addr[src->cnt]; in dmatest_func() 782 dsts[i] = dma_map_page(dma_dev, pg, pg_off, um->len, in dmatest_func() 784 ret = dma_mapping_error(dma_dev, dsts[i]); in dmatest_func() 795 dsts[0] + dst->off, in dmatest_func() 799 dsts[0] + dst->off, in dmatest_func() 804 dsts[0] + dst->off, in dmatest_func() 809 dma_pq[i] = dsts[i] + dst->off; in dmatest_func()
|
/linux/net/tipc/ |
H A D | socket.c | 850 struct tipc_nlist dsts; in tipc_sendmcast() local 862 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast() 863 tipc_nametbl_lookup_mcast_nodes(net, ua, &dsts); in tipc_sendmcast() 864 if (!dsts.local && !dsts.remote) in tipc_sendmcast() 885 rc = tipc_mcast_xmit(net, &pkts, &tsk->mc_method, &dsts, in tipc_sendmcast() 889 tipc_nlist_purge(&dsts); in tipc_sendmcast() 1012 LIST_HEAD(dsts); in tipc_send_group_anycast() 1027 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, in tipc_send_group_anycast() 1030 tipc_dest_pop(&dsts, &node, &port); in tipc_send_group_anycast() 1087 struct tipc_nlist *dsts; in tipc_send_group_bcast() local [all …]
|
/linux/drivers/dma/ppc4xx/ |
H A D | dma.h | 126 u32 dsts; member
|