Home
last modified time | relevance | path

Searched refs:tipc_link (Results 1 – 9 of 9) sorted by relevance

/net/tipc/
Dlink.h140 struct tipc_link { struct
209 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, argument
212 void tipc_link_delete(struct tipc_link *l_ptr);
213 void tipc_link_changeover(struct tipc_link *l_ptr);
214 void tipc_link_send_duplicate(struct tipc_link *l_ptr, struct tipc_link *dest);
215 void tipc_link_reset_fragments(struct tipc_link *l_ptr);
216 int tipc_link_is_up(struct tipc_link *l_ptr);
217 int tipc_link_is_active(struct tipc_link *l_ptr);
218 u32 tipc_link_push_packet(struct tipc_link *l_ptr);
219 void tipc_link_stop(struct tipc_link *l_ptr);
[all …]
Dnode.h86 struct tipc_link *active_links[2];
87 struct tipc_link *links[MAX_BEARERS];
111 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
112 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
113 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
114 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
Dlink.c90 static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr,
92 static void link_recv_proto_msg(struct tipc_link *l_ptr, struct sk_buff *buf);
93 static int link_recv_changeover_msg(struct tipc_link **l_ptr,
95 static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance);
100 static void link_state_event(struct tipc_link *l_ptr, u32 event);
101 static void link_reset_statistics(struct tipc_link *l_ptr);
102 static void link_print(struct tipc_link *l_ptr, const char *str);
103 static void link_start(struct tipc_link *l_ptr);
104 static int link_send_long_buf(struct tipc_link *l_ptr, struct sk_buff *buf);
105 static void tipc_link_send_sync(struct tipc_link *l);
[all …]
Dnode.c147 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_up()
149 struct tipc_link **active = &n_ptr->active_links[0]; in tipc_node_link_up()
181 struct tipc_link **active = &n_ptr->active_links[0]; in node_select_active_links()
188 struct tipc_link *l_ptr = n_ptr->links[i]; in node_select_active_links()
206 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_down()
208 struct tipc_link **active; in tipc_node_link_down()
248 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_attach_link()
255 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_detach_link()
314 struct tipc_link *l_ptr = n_ptr->links[i]; in node_lost_contact()
Dbearer.c428 struct tipc_link *l_ptr; in tipc_block_bearer()
429 struct tipc_link *temp_l_ptr; in tipc_block_bearer()
461 struct tipc_link *l_ptr; in bearer_disable()
462 struct tipc_link *temp_l_ptr; in bearer_disable()
Ddiscover.c119 struct tipc_link *link; in tipc_disc_recv_msg()
187 struct tipc_link *curr_link; in tipc_disc_recv_msg()
Dbearer.h155 struct tipc_link;
Dbcast.c95 struct tipc_link link;
106 static struct tipc_link *bcl = &bcast_link.link;
Dname_distr.c237 struct tipc_link *l_ptr; in tipc_named_node_up()