Lines Matching refs:tipc_bearer
71 struct tipc_bearer;
91 struct tipc_bearer *b_ptr,
93 int (*enable_media)(struct tipc_bearer *b_ptr);
94 void (*disable_media)(struct tipc_bearer *b_ptr);
99 int (*msg2addr)(struct tipc_bearer *b,
102 int (*raw2addr)(struct tipc_bearer *b,
135 struct tipc_bearer { struct
160 extern struct tipc_bearer __rcu *bearer_list[]; argument
166 void tipc_rcv(struct sk_buff *buf, struct tipc_bearer *tb_ptr);
183 int tipc_enable_l2_media(struct tipc_bearer *b);
184 void tipc_disable_l2_media(struct tipc_bearer *b);
185 int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b,
191 struct tipc_bearer *tipc_bearer_find(const char *name);