Searched refs:tipc_link_req (Results 1 - 3 of 3) sorted by relevance

/net/tipc/
H A Ddiscover.h40 struct tipc_link_req;
44 void tipc_disc_delete(struct tipc_link_req *req);
45 void tipc_disc_add_dest(struct tipc_link_req *req);
46 void tipc_disc_remove_dest(struct tipc_link_req *req);
H A Ddiscover.c48 * struct tipc_link_req - information about an ongoing link setup request
57 struct tipc_link_req { struct
261 static void disc_update(struct tipc_link_req *req)
276 void tipc_disc_add_dest(struct tipc_link_req *req)
285 void tipc_disc_remove_dest(struct tipc_link_req *req)
295 static void disc_send_msg(struct tipc_link_req *req)
307 static void disc_timeout(struct tipc_link_req *req)
352 struct tipc_link_req *req;
380 void tipc_disc_delete(struct tipc_link_req *req)
H A Dbearer.h143 struct tipc_link_req *link_req;

Completed in 350 milliseconds