Home
last modified time | relevance | path

Searched refs:tipc_nlist (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/tipc/
Dbcast.h45 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,
Dbcast.c263 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()
Dname_table.h42 struct tipc_nlist;
114 u32 upper, struct tipc_nlist *nodes);
Dgroup.h52 struct tipc_nlist *tipc_group_dests(struct tipc_group *grp);
Dgroup.c84 struct tipc_nlist dests;
350 struct tipc_nlist *tipc_group_dests(struct tipc_group *grp) in tipc_group_dests()
Dname_table.c550 u32 upper, struct tipc_nlist *nodes) in tipc_nametbl_lookup_dst_nodes()
Dsocket.c772 struct tipc_nlist dsts; in tipc_sendmcast()
1008 struct tipc_nlist *dsts = tipc_group_dests(grp); in tipc_send_group_bcast()