Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dbcast.h45 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,
H A Dname_table.h43 struct tipc_nlist;
120 struct tipc_nlist *nodes);
H A Dbcast.c289 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()
H A Dgroup.h53 struct tipc_nlist *tipc_group_dests(struct tipc_group *grp);
H A Dgroup.c85 struct tipc_nlist dests;
358 struct tipc_nlist *tipc_group_dests(struct tipc_group *grp) in tipc_group_dests()
H A Dname_table.c706 struct tipc_nlist *nodes) in tipc_nametbl_lookup_mcast_nodes()
H A Dsocket.c853 struct tipc_nlist dsts; in tipc_sendmcast()
1091 struct tipc_nlist *dsts; in tipc_send_group_bcast()