Searched refs:tipc_link (Results 1 – 7 of 7) sorted by relevance
/net/tipc/ |
D | link.h | 141 struct tipc_link { struct 209 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, argument 213 void tipc_link_failover_send_queue(struct tipc_link *l_ptr); 214 void tipc_link_dup_queue_xmit(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 void tipc_link_purge_queues(struct tipc_link *l_ptr); 227 void tipc_link_reset(struct tipc_link *l_ptr); 230 int __tipc_link_xmit(struct tipc_link *link, struct sk_buff *buf); [all …]
|
D | link.c | 78 static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr, 80 static void tipc_link_proto_rcv(struct tipc_link *l_ptr, struct sk_buff *buf); 83 static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance); 84 static void link_state_event(struct tipc_link *l_ptr, u32 event); 85 static void link_reset_statistics(struct tipc_link *l_ptr); 86 static void link_print(struct tipc_link *l_ptr, const char *str); 87 static void tipc_link_sync_xmit(struct tipc_link *l); 89 static int tipc_link_input(struct tipc_link *l, struct sk_buff *buf); 90 static int tipc_link_prepare_input(struct tipc_link *l, struct sk_buff **buf); 100 static void link_init_max_pkt(struct tipc_link *l_ptr) in link_init_max_pkt() [all …]
|
D | node.h | 114 struct tipc_link *active_links[2]; 116 struct tipc_link *links[MAX_BEARERS]; 135 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr); 136 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr); 137 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr); 138 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
|
D | node.c | 219 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_up() 221 struct tipc_link **active = &n_ptr->active_links[0]; in tipc_node_link_up() 259 struct tipc_link **active = &n_ptr->active_links[0]; in node_select_active_links() 266 struct tipc_link *l_ptr = n_ptr->links[i]; in node_select_active_links() 284 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_down() 286 struct tipc_link **active; in tipc_node_link_down() 336 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_attach_link() 345 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_detach_link() 394 struct tipc_link *l_ptr = n_ptr->links[i]; in node_lost_contact() 533 struct tipc_link *link; in tipc_node_get_linkname()
|
D | bearer.h | 158 struct tipc_link;
|
D | discover.c | 116 struct tipc_link *link; in tipc_disc_rcv()
|
D | bcast.c | 99 struct tipc_link link; 108 static struct tipc_link *bcl;
|