Searched defs:b_ptr (Results 1 - 4 of 4) sorted by relevance

/net/tipc/
H A Dbearer.c49 static void bearer_disable(struct tipc_bearer *b_ptr);
207 struct tipc_bearer *b_ptr; local
210 for (i = 0, b_ptr = tipc_bearers; i < MAX_BEARERS; i++, b_ptr++) {
211 if (b_ptr->active && (!strcmp(b_ptr->name, name)))
212 return b_ptr;
222 struct tipc_bearer *b_ptr; local
226 for (i = 0, b_ptr = tipc_bearers; i < MAX_BEARERS; i++, b_ptr
242 struct tipc_bearer *b_ptr; local
264 tipc_bearer_add_dest(struct tipc_bearer *b_ptr, u32 dest) argument
271 tipc_bearer_remove_dest(struct tipc_bearer *b_ptr, u32 dest) argument
308 struct tipc_bearer *b_ptr; local
427 struct tipc_bearer *b_ptr = NULL; local
459 bearer_disable(struct tipc_bearer *b_ptr) argument
479 struct tipc_bearer *b_ptr; local
[all...]
H A Ddiscover.c71 * @b_ptr: ptr to bearer issuing message
75 struct tipc_bearer *b_ptr)
87 b_ptr->media->addr2msg(&b_ptr->addr, msg_media_addr(msg));
94 * @b_ptr: pointer to bearer detecting duplication
98 static void disc_dupl_alert(struct tipc_bearer *b_ptr, u32 node_addr, argument
108 media_addr_str, b_ptr->name);
114 * @b_ptr: bearer that message arrived on
116 void tipc_disc_recv_msg(struct sk_buff *buf, struct tipc_bearer *b_ptr) argument
132 b_ptr
73 tipc_disc_init_msg(u32 type, u32 dest_domain, struct tipc_bearer *b_ptr) argument
349 tipc_disc_create(struct tipc_bearer *b_ptr, struct tipc_media_addr *dest, u32 dest_domain) argument
[all...]
H A Dlink.h104 * @b_ptr: pointer to bearer used by link
153 struct tipc_bearer *b_ptr; member in struct:tipc_link
210 struct tipc_bearer *b_ptr,
H A Dlink.c120 max_pkt = (l_ptr->b_ptr->mtu & ~3);
290 * @b_ptr: pointer to associated bearer
296 struct tipc_bearer *b_ptr,
311 if (n_ptr->links[b_ptr->identity]) {
314 b_ptr->name, addr_string);
325 if_name = strchr(b_ptr->name, ':') + 1;
336 l_ptr->b_ptr = b_ptr;
337 link_set_supervision_props(l_ptr, b_ptr->tolerance);
345 msg_set_bearer_id(msg, b_ptr
295 tipc_link_create(struct tipc_node *n_ptr, struct tipc_bearer *b_ptr, const struct tipc_media_addr *media_addr) argument
1613 tipc_recv_msg(struct sk_buff *head, struct tipc_bearer *b_ptr) argument
2625 struct tipc_bearer *b_ptr; local
2683 struct tipc_bearer *b_ptr; local
[all...]

Completed in 68 milliseconds