Lines Matching refs:tipc_bearer
83 struct tipc_bearer;
106 struct tipc_bearer *b,
108 int (*enable_media)(struct net *net, struct tipc_bearer *b,
110 void (*disable_media)(struct tipc_bearer *b);
115 int (*msg2addr)(struct tipc_bearer *b,
118 int (*raw2addr)(struct tipc_bearer *b,
157 struct tipc_bearer { struct
188 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b); argument
218 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b,
220 bool tipc_bearer_hold(struct tipc_bearer *b);
221 void tipc_bearer_put(struct tipc_bearer *b);
222 void tipc_disable_l2_media(struct tipc_bearer *b);
224 struct tipc_bearer *b, struct tipc_media_addr *dest);
228 struct tipc_bearer *tipc_bearer_find(struct net *net, const char *name);