Searched refs:dsts (Results 1 – 3 of 3) sorted by relevance
850 struct tipc_nlist dsts; in tipc_sendmcast() local862 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast()864 if (!dsts.local && !dsts.remote) in tipc_sendmcast()889 tipc_nlist_purge(&dsts); in tipc_sendmcast()1012 LIST_HEAD(dsts); 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() local1103 dsts = tipc_group_dests(tsk->group); in tipc_send_group_bcast()1104 if (!dsts->local && !dsts->remote) in tipc_send_group_bcast()1164 LIST_HEAD(dsts); in tipc_send_group_mcast()[all …]
124 struct list_head *dsts, int *dstcnt,
629 struct list_head *dsts, int *dstcnt, in tipc_nametbl_lookup_group() argument656 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()
Completed in 16 milliseconds