Lines Matching refs:tipc_bearer
86 struct tipc_bearer;
106 struct tipc_bearer *b_ptr,
108 int (*enable_media)(struct net *net, struct tipc_bearer *b_ptr,
110 void (*disable_media)(struct tipc_bearer *b_ptr);
115 int (*msg2addr)(struct tipc_bearer *b,
118 int (*raw2addr)(struct tipc_bearer *b,
151 struct tipc_bearer { struct
179 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b_ptr); argument
206 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b,
208 void tipc_disable_l2_media(struct tipc_bearer *b);
210 struct tipc_bearer *b, struct tipc_media_addr *dest);
214 struct tipc_bearer *tipc_bearer_find(struct net *net, const char *name);