Searched refs:tipc_bearer (Results 1 – 9 of 9) sorted by relevance
/net/tipc/ |
D | bearer.h | 71 struct tipc_bearer; 91 struct tipc_bearer *b_ptr, 93 int (*enable_media)(struct tipc_bearer *b_ptr); 94 void (*disable_media)(struct tipc_bearer *b_ptr); 99 int (*msg2addr)(struct tipc_bearer *b, 102 int (*raw2addr)(struct tipc_bearer *b, 135 struct tipc_bearer { struct 160 extern struct tipc_bearer __rcu *bearer_list[]; argument 166 void tipc_rcv(struct sk_buff *buf, struct tipc_bearer *tb_ptr); 183 int tipc_enable_l2_media(struct tipc_bearer *b); [all …]
|
D | bearer.c | 52 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1]; 54 static void bearer_disable(struct tipc_bearer *b_ptr, bool shutting_down); 175 struct tipc_bearer *tipc_bearer_find(const char *name) in tipc_bearer_find() 177 struct tipc_bearer *b_ptr; in tipc_bearer_find() 194 struct tipc_bearer *b; in tipc_bearer_get_names() 218 struct tipc_bearer *b_ptr; in tipc_bearer_add_dest() 231 struct tipc_bearer *b_ptr; in tipc_bearer_remove_dest() 247 struct tipc_bearer *b_ptr; in tipc_enable_bearer() 365 static int tipc_reset_bearer(struct tipc_bearer *b_ptr) in tipc_reset_bearer() 378 static void bearer_disable(struct tipc_bearer *b_ptr, bool shutting_down) in bearer_disable() [all …]
|
D | discover.h | 42 int tipc_disc_create(struct tipc_bearer *b_ptr, struct tipc_media_addr *dest); 44 void tipc_disc_reset(struct tipc_bearer *b_ptr); 47 void tipc_disc_rcv(struct sk_buff *buf, struct tipc_bearer *b_ptr);
|
D | discover.c | 75 struct tipc_bearer *b_ptr) in tipc_disc_init_msg() 95 static void disc_dupl_alert(struct tipc_bearer *b_ptr, u32 node_addr, in disc_dupl_alert() 113 void tipc_disc_rcv(struct sk_buff *buf, struct tipc_bearer *bearer) in tipc_disc_rcv() 345 int tipc_disc_create(struct tipc_bearer *b_ptr, struct tipc_media_addr *dest) in tipc_disc_create() 390 void tipc_disc_reset(struct tipc_bearer *b_ptr) in tipc_disc_reset()
|
D | bcast.c | 59 struct tipc_bearer *primary; 60 struct tipc_bearer *secondary; 78 struct tipc_bearer bearer; 647 static int tipc_bcbearer_send(struct sk_buff *buf, struct tipc_bearer *unused1, in tipc_bcbearer_send() 674 struct tipc_bearer *p = bcbearer->bpairs[bp_index].primary; in tipc_bcbearer_send() 675 struct tipc_bearer *s = bcbearer->bpairs[bp_index].secondary; in tipc_bcbearer_send() 676 struct tipc_bearer *bp[2] = {p, s}; in tipc_bcbearer_send() 677 struct tipc_bearer *b = bp[msg_link_selector(msg)]; in tipc_bcbearer_send() 716 struct tipc_bearer *b; in tipc_bcbearer_sort()
|
D | ib_media.c | 66 static int tipc_ib_raw2addr(struct tipc_bearer *b, in tipc_ib_raw2addr() 79 static int tipc_ib_msg2addr(struct tipc_bearer *b, in tipc_ib_msg2addr()
|
D | eth_media.c | 63 static int tipc_eth_raw2addr(struct tipc_bearer *b, in tipc_eth_raw2addr() 77 static int tipc_eth_msg2addr(struct tipc_bearer *b, in tipc_eth_msg2addr()
|
D | link.h | 210 struct tipc_bearer *b_ptr,
|
D | link.c | 102 struct tipc_bearer *b_ptr; in link_init_max_pkt() 218 struct tipc_bearer *b_ptr, in tipc_link_create() 1105 void tipc_rcv(struct sk_buff *head, struct tipc_bearer *b_ptr) in tipc_rcv() 2046 struct tipc_bearer *b_ptr; in link_cmd_set_value() 2359 struct tipc_bearer *b_ptr; in link_print()
|