Lines Matching refs:tipc_bearer
74 struct tipc_bearer;
95 struct tipc_bearer *b_ptr,
97 int (*enable_bearer)(struct tipc_bearer *b_ptr);
98 void (*disable_bearer)(struct tipc_bearer *b_ptr);
135 struct tipc_bearer { struct
162 extern struct tipc_bearer tipc_bearers[]; argument
169 void tipc_recv_msg(struct sk_buff *buf, struct tipc_bearer *tb_ptr);
172 void tipc_continue(struct tipc_bearer *tb_ptr);
189 void tipc_bearer_add_dest(struct tipc_bearer *b_ptr, u32 dest);
190 void tipc_bearer_remove_dest(struct tipc_bearer *b_ptr, u32 dest);
191 void tipc_bearer_schedule(struct tipc_bearer *b_ptr, struct tipc_link *l_ptr);
192 struct tipc_bearer *tipc_bearer_find(const char *name);
193 struct tipc_bearer *tipc_bearer_find_interface(const char *if_name);
195 int tipc_bearer_resolve_congestion(struct tipc_bearer *b_ptr,
197 int tipc_bearer_congested(struct tipc_bearer *b_ptr, struct tipc_link *l_ptr);
199 void tipc_bearer_lock_push(struct tipc_bearer *b_ptr);
220 static inline int tipc_bearer_send(struct tipc_bearer *b_ptr, in tipc_bearer_send()