Home
last modified time | relevance | path

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

/net/tipc/
A Dsocket.c850 struct tipc_nlist dsts; in tipc_sendmcast() local
862 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() local
1103 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 …]
A Dname_table.h124 struct list_head *dsts, int *dstcnt,
A 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()

Completed in 16 milliseconds