Searched refs:dstcnt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_table.h | 126 struct list_head *dsts, int *dstcnt, u32 exclude,
|
H A D | name_table.c | 602 struct list_head *dsts, int *dstcnt, u32 exclude, in tipc_nametbl_lookup() 610 *dstcnt = 0; in tipc_nametbl_lookup() 629 (*dstcnt)++; in tipc_nametbl_lookup() 601 tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope, struct list_head *dsts, int *dstcnt, u32 exclude, bool all) tipc_nametbl_lookup() argument
|
H A D | socket.c | 995 int dstcnt, rc; in tipc_send_group_anycast() local 1012 &dstcnt, exclude, false)) in tipc_send_group_anycast() 1149 u32 dstcnt; in tipc_send_group_mcast() local 1159 &dstcnt, exclude, true)) in tipc_send_group_mcast() 1162 if (dstcnt == 1) { in tipc_send_group_mcast()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_table.h | 122 struct list_head *dsts, int *dstcnt,
|
H A D | name_table.c | 629 struct list_head *dsts, int *dstcnt, in tipc_nametbl_lookup_group() 638 *dstcnt = 0; in tipc_nametbl_lookup_group() 657 (*dstcnt)++; in tipc_nametbl_lookup_group() 628 tipc_nametbl_lookup_group(struct net *net, struct tipc_uaddr *ua, struct list_head *dsts, int *dstcnt, u32 exclude, bool mcast) tipc_nametbl_lookup_group() argument
|
H A D | socket.c | 1017 int dstcnt, rc; in tipc_send_group_anycast() local 1031 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, in tipc_send_group_anycast() 1168 u32 dstcnt, exclude; in tipc_send_group_mcast() local 1175 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, exclude, true)) in tipc_send_group_mcast() 1178 if (dstcnt == 1) { in tipc_send_group_mcast()
|
Completed in 15 milliseconds