Searched refs:tipc_nlist (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/net/tipc/ |
D | bcast.h | 45 struct tipc_nlist; 56 struct tipc_nlist { struct 63 void tipc_nlist_init(struct tipc_nlist *nl, u32 self); argument 64 void tipc_nlist_purge(struct tipc_nlist *nl); 65 void tipc_nlist_add(struct tipc_nlist *nl, u32 node); 66 void tipc_nlist_del(struct tipc_nlist *nl, u32 node); 91 struct tipc_mc_method *method, struct tipc_nlist *dests,
|
D | bcast.c | 289 struct tipc_nlist *dests, u16 *cong_link_cnt) in tipc_rcast_xmit() 319 struct tipc_nlist *dests) in tipc_mcast_send_sync() 379 struct tipc_mc_method *method, struct tipc_nlist *dests, in tipc_mcast_xmit() 731 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) in tipc_nlist_init() 738 void tipc_nlist_add(struct tipc_nlist *nl, u32 node) in tipc_nlist_add() 746 void tipc_nlist_del(struct tipc_nlist *nl, u32 node) in tipc_nlist_del() 754 void tipc_nlist_purge(struct tipc_nlist *nl) in tipc_nlist_purge()
|
D | name_table.h | 43 struct tipc_nlist; 120 struct tipc_nlist *nodes);
|
D | group.h | 53 struct tipc_nlist *tipc_group_dests(struct tipc_group *grp);
|
D | group.c | 85 struct tipc_nlist dests; 358 struct tipc_nlist *tipc_group_dests(struct tipc_group *grp) in tipc_group_dests()
|
D | name_table.c | 706 struct tipc_nlist *nodes) in tipc_nametbl_lookup_mcast_nodes()
|
D | socket.c | 852 struct tipc_nlist dsts; in tipc_sendmcast() 1090 struct tipc_nlist *dsts; in tipc_send_group_bcast()
|