Searched refs:tipc_nlist (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | bcast.h | 45 struct tipc_nlist; 51 struct tipc_nlist { struct 58 void tipc_nlist_init(struct tipc_nlist *nl, u32 self); argument 59 void tipc_nlist_purge(struct tipc_nlist *nl); 60 void tipc_nlist_add(struct tipc_nlist *nl, u32 node); 61 void tipc_nlist_del(struct tipc_nlist *nl, u32 node); 84 struct tipc_mc_method *method, struct tipc_nlist *dests,
|
D | bcast.c | 263 struct tipc_nlist *dests, u16 *cong_link_cnt) in tipc_rcast_xmit() 295 struct tipc_mc_method *method, struct tipc_nlist *dests, in tipc_mcast_xmit() 550 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) in tipc_nlist_init() 557 void tipc_nlist_add(struct tipc_nlist *nl, u32 node) in tipc_nlist_add() 565 void tipc_nlist_del(struct tipc_nlist *nl, u32 node) in tipc_nlist_del() 573 void tipc_nlist_purge(struct tipc_nlist *nl) in tipc_nlist_purge()
|
D | name_table.h | 42 struct tipc_nlist; 114 u32 upper, struct tipc_nlist *nodes);
|
D | group.h | 52 struct tipc_nlist *tipc_group_dests(struct tipc_group *grp);
|
D | group.c | 84 struct tipc_nlist dests; 350 struct tipc_nlist *tipc_group_dests(struct tipc_group *grp) in tipc_group_dests()
|
D | name_table.c | 550 u32 upper, struct tipc_nlist *nodes) in tipc_nametbl_lookup_dst_nodes()
|
D | socket.c | 772 struct tipc_nlist dsts; in tipc_sendmcast() 1008 struct tipc_nlist *dsts = tipc_group_dests(grp); in tipc_send_group_bcast()
|