Home
last modified time | relevance | path

Searched refs:dsts (Results 1 – 3 of 3) sorted by relevance

/net/tipc/
Dsocket.c853 struct tipc_nlist dsts; in tipc_sendmcast() local
865 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast()
866 tipc_nametbl_lookup_mcast_nodes(net, ua, &dsts); in tipc_sendmcast()
867 if (!dsts.local && !dsts.remote) in tipc_sendmcast()
888 rc = tipc_mcast_xmit(net, &pkts, &tsk->mc_method, &dsts, in tipc_sendmcast()
892 tipc_nlist_purge(&dsts); in tipc_sendmcast()
1015 struct list_head dsts; in tipc_send_group_anycast() local
1020 INIT_LIST_HEAD(&dsts); in tipc_send_group_anycast()
1031 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, in tipc_send_group_anycast()
1034 tipc_dest_pop(&dsts, &node, &port); in tipc_send_group_anycast()
[all …]
Dname_table.h122 struct list_head *dsts, int *dstcnt,
Dname_table.c629 struct list_head *dsts, int *dstcnt, in tipc_nametbl_lookup_group() argument
656 tipc_dest_push(dsts, p->sk.node, p->sk.ref); in tipc_nametbl_lookup_group()
667 return !list_empty(dsts); in tipc_nametbl_lookup_group()