Lines Matching refs:tipc_bearer
83 struct tipc_bearer;
105 struct tipc_bearer *b,
107 int (*enable_media)(struct net *net, struct tipc_bearer *b,
109 void (*disable_media)(struct tipc_bearer *b);
114 int (*msg2addr)(struct tipc_bearer *b,
117 int (*raw2addr)(struct tipc_bearer *b,
152 struct tipc_bearer { struct
182 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b); argument
214 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b,
216 bool tipc_bearer_hold(struct tipc_bearer *b);
217 void tipc_bearer_put(struct tipc_bearer *b);
218 void tipc_disable_l2_media(struct tipc_bearer *b);
220 struct tipc_bearer *b, struct tipc_media_addr *dest);
224 struct tipc_bearer *tipc_bearer_find(struct net *net, const char *name);