Searched refs:dstcnt (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/tipc/ |
D | name_table.h | 122 struct list_head *dsts, int *dstcnt,
|
D | name_table.c | 629 struct list_head *dsts, int *dstcnt, in tipc_nametbl_lookup_group() argument 638 *dstcnt = 0; in tipc_nametbl_lookup_group() 657 (*dstcnt)++; in tipc_nametbl_lookup_group()
|
D | socket.c | 1016 int dstcnt, rc; in tipc_send_group_anycast() local 1030 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, in tipc_send_group_anycast() 1167 u32 dstcnt, exclude; in tipc_send_group_mcast() local 1174 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, exclude, true)) in tipc_send_group_mcast() 1177 if (dstcnt == 1) { in tipc_send_group_mcast()
|