Home
last modified time | relevance | path

Searched refs:tipc_bearer (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/net/tipc/
Dbearer.h74 struct tipc_bearer;
95 struct tipc_bearer *b_ptr,
97 int (*enable_bearer)(struct tipc_bearer *b_ptr);
98 void (*disable_bearer)(struct tipc_bearer *b_ptr);
135 struct tipc_bearer { struct
162 extern struct tipc_bearer tipc_bearers[]; argument
169 void tipc_recv_msg(struct sk_buff *buf, struct tipc_bearer *tb_ptr);
172 void tipc_continue(struct tipc_bearer *tb_ptr);
189 void tipc_bearer_add_dest(struct tipc_bearer *b_ptr, u32 dest);
190 void tipc_bearer_remove_dest(struct tipc_bearer *b_ptr, u32 dest);
[all …]
Dbearer.c47 struct tipc_bearer tipc_bearers[MAX_BEARERS];
49 static void bearer_disable(struct tipc_bearer *b_ptr);
235 struct tipc_bearer *tipc_bearer_find(const char *name) in tipc_bearer_find()
237 struct tipc_bearer *b_ptr; in tipc_bearer_find()
251 struct tipc_bearer *tipc_bearer_find_interface(const char *if_name) in tipc_bearer_find_interface()
253 struct tipc_bearer *b_ptr; in tipc_bearer_find_interface()
274 struct tipc_bearer *b_ptr; in tipc_bearer_get_names()
296 void tipc_bearer_add_dest(struct tipc_bearer *b_ptr, u32 dest) in tipc_bearer_add_dest()
303 void tipc_bearer_remove_dest(struct tipc_bearer *b_ptr, u32 dest) in tipc_bearer_remove_dest()
318 static int bearer_push(struct tipc_bearer *b_ptr) in bearer_push()
[all …]
Ddiscover.h42 int tipc_disc_create(struct tipc_bearer *b_ptr, struct tipc_media_addr *dest,
47 void tipc_disc_recv_msg(struct sk_buff *buf, struct tipc_bearer *b_ptr);
Ddiscover.c58 struct tipc_bearer *bearer;
76 struct tipc_bearer *b_ptr) in tipc_disc_init_msg()
100 static void disc_dupl_alert(struct tipc_bearer *b_ptr, u32 node_addr, in disc_dupl_alert()
121 void tipc_disc_recv_msg(struct sk_buff *buf, struct tipc_bearer *b_ptr) in tipc_disc_recv_msg()
363 int tipc_disc_create(struct tipc_bearer *b_ptr, in tipc_disc_create()
Deth_media.c53 struct tipc_bearer *bearer;
84 static int send_msg(struct sk_buff *buf, struct tipc_bearer *tb_ptr, in send_msg()
156 static int enable_bearer(struct tipc_bearer *tb_ptr) in enable_bearer()
233 static void disable_bearer(struct tipc_bearer *tb_ptr) in disable_bearer()
Dbcast.c58 struct tipc_bearer *primary;
59 struct tipc_bearer *secondary;
78 struct tipc_bearer bearer;
593 struct tipc_bearer *unused1, in tipc_bcbearer_send()
625 struct tipc_bearer *p = bcbearer->bpairs[bp_index].primary; in tipc_bcbearer_send()
626 struct tipc_bearer *s = bcbearer->bpairs[bp_index].secondary; in tipc_bcbearer_send()
678 struct tipc_bearer *b = &tipc_bearers[b_index]; in tipc_bcbearer_sort()
Dlink.h131 struct tipc_bearer *b_ptr;
217 struct tipc_bearer *b_ptr,
Dlink.c307 struct tipc_bearer *b_ptr, in tipc_link_create()
1652 void tipc_recv_msg(struct sk_buff *head, struct tipc_bearer *b_ptr) in tipc_recv_msg()
2752 struct tipc_bearer *b_ptr; in link_find_link()
2813 struct tipc_bearer *b_ptr; in link_cmd_set_value()