Searched refs:tipc_link (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | link.h | 144 struct tipc_link { struct 212 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, argument 215 void tipc_link_delete(struct tipc_link *link); 218 void tipc_link_failover_send_queue(struct tipc_link *l_ptr); 219 void tipc_link_dup_queue_xmit(struct tipc_link *l_ptr, struct tipc_link *dest); 220 void tipc_link_reset_fragments(struct tipc_link *l_ptr); 221 int tipc_link_is_up(struct tipc_link *l_ptr); 222 int tipc_link_is_active(struct tipc_link *l_ptr); 223 void tipc_link_purge_queues(struct tipc_link *l_ptr); 225 void tipc_link_reset(struct tipc_link *l_ptr); [all …]
|
D | link.c | 96 static void link_handle_out_of_seq_msg(struct tipc_link *link, 98 static void tipc_link_proto_rcv(struct tipc_link *link, 100 static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tol); 101 static void link_state_event(struct tipc_link *l_ptr, u32 event); 102 static void link_reset_statistics(struct tipc_link *l_ptr); 103 static void link_print(struct tipc_link *l_ptr, const char *str); 104 static void tipc_link_sync_xmit(struct tipc_link *l); 106 static void tipc_link_input(struct tipc_link *l, struct sk_buff *skb); 107 static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb); 108 static bool tipc_link_failover_rcv(struct tipc_link *l, struct sk_buff **skb); [all …]
|
D | node.h | 125 struct tipc_link *active_links[2]; 127 struct tipc_link *links[MAX_BEARERS]; 145 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr); 146 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr); 147 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr); 148 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
|
D | node.c | 226 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_up() 228 struct tipc_link **active = &n_ptr->active_links[0]; in tipc_node_link_up() 266 struct tipc_link **active = &n_ptr->active_links[0]; in node_select_active_links() 273 struct tipc_link *l_ptr = n_ptr->links[i]; in node_select_active_links() 291 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_down() 294 struct tipc_link **active; in tipc_node_link_down() 343 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_attach_link() 349 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_detach_link() 398 struct tipc_link *l_ptr = n_ptr->links[i]; in node_lost_contact() 444 struct tipc_link *link; in tipc_node_get_linkname()
|
D | bcast.c | 117 struct tipc_link *bcl = tn->bcl; in bclink_set_last_sent() 161 struct tipc_link *bcl = tn->bcl; in bclink_retransmit_pkt() 350 struct tipc_link *bcl = tn->bcl; in tipc_bclink_xmit() 429 struct tipc_link *bcl = tn->bcl; in tipc_bclink_rcv() 782 struct tipc_link *bcl = tn->bcl; in tipc_nl_add_bc_link() 842 struct tipc_link *bcl = tn->bcl; in tipc_bclink_reset_stats() 856 struct tipc_link *bcl = tn->bcl; in tipc_bclink_set_queue_limits() 874 struct tipc_link *bcl; in tipc_bclink_init()
|
D | core.h | 95 struct tipc_link *bcl;
|
D | bcast.h | 95 struct tipc_link link;
|
D | discover.c | 128 struct tipc_link *link; in tipc_disc_rcv()
|