Lines Matching refs:tipc_bearer
52 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
54 static void bearer_disable(struct tipc_bearer *b_ptr, bool shutting_down);
175 struct tipc_bearer *tipc_bearer_find(const char *name) in tipc_bearer_find()
177 struct tipc_bearer *b_ptr; in tipc_bearer_find()
194 struct tipc_bearer *b; in tipc_bearer_get_names()
218 struct tipc_bearer *b_ptr; in tipc_bearer_add_dest()
231 struct tipc_bearer *b_ptr; in tipc_bearer_remove_dest()
247 struct tipc_bearer *b_ptr; in tipc_enable_bearer()
365 static int tipc_reset_bearer(struct tipc_bearer *b_ptr) in tipc_reset_bearer()
378 static void bearer_disable(struct tipc_bearer *b_ptr, bool shutting_down) in bearer_disable()
400 struct tipc_bearer *b_ptr; in tipc_disable_bearer()
414 int tipc_enable_l2_media(struct tipc_bearer *b) in tipc_enable_l2_media()
442 void tipc_disable_l2_media(struct tipc_bearer *b) in tipc_disable_l2_media()
459 int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, in tipc_l2_send_msg()
499 struct tipc_bearer *b_ptr; in tipc_bearer_send()
522 struct tipc_bearer *b_ptr; in tipc_l2_rcv_msg()
557 struct tipc_bearer *b_ptr; in tipc_l2_device_event()
619 struct tipc_bearer *b_ptr; in tipc_bearer_stop()