Searched refs:tipc_bearer (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | bearer.h | 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 178 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b_ptr); argument 205 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b, 207 void tipc_disable_l2_media(struct tipc_bearer *b); [all …]
|
D | discover.h | 42 int tipc_disc_create(struct net *net, struct tipc_bearer *b_ptr, 45 void tipc_disc_reset(struct net *net, struct tipc_bearer *b_ptr); 49 struct tipc_bearer *b_ptr);
|
D | bearer.c | 74 static void bearer_disable(struct net *net, struct tipc_bearer *b_ptr, 176 struct tipc_bearer *tipc_bearer_find(struct net *net, const char *name) in tipc_bearer_find() 179 struct tipc_bearer *b_ptr; in tipc_bearer_find() 193 struct tipc_bearer *b_ptr; in tipc_bearer_add_dest() 207 struct tipc_bearer *b_ptr; in tipc_bearer_remove_dest() 226 struct tipc_bearer *b_ptr; in tipc_enable_bearer() 344 static int tipc_reset_bearer(struct net *net, struct tipc_bearer *b_ptr) in tipc_reset_bearer() 357 static void bearer_disable(struct net *net, struct tipc_bearer *b_ptr, in bearer_disable() 379 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b, in tipc_enable_l2_media() 408 void tipc_disable_l2_media(struct tipc_bearer *b) in tipc_disable_l2_media() [all …]
|
D | bcast.h | 54 struct tipc_bearer *primary; 55 struct tipc_bearer *secondary; 75 struct tipc_bearer bearer;
|
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 | 61 static int tipc_eth_raw2addr(struct tipc_bearer *b, in tipc_eth_raw2addr() 75 static int tipc_eth_msg2addr(struct tipc_bearer *b, in tipc_eth_msg2addr()
|
D | discover.c | 81 struct tipc_bearer *b_ptr) in tipc_disc_init_msg() 104 static void disc_dupl_alert(struct tipc_bearer *b_ptr, u32 node_addr, in disc_dupl_alert() 124 struct tipc_bearer *bearer) in tipc_disc_rcv() 358 int tipc_disc_create(struct net *net, struct tipc_bearer *b_ptr, in tipc_disc_create() 404 void tipc_disc_reset(struct net *net, struct tipc_bearer *b_ptr) in tipc_disc_reset()
|
D | udp_media.c | 87 struct tipc_bearer __rcu *bearer; 126 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr() 150 struct tipc_bearer *b, in tipc_udp_send_msg() 219 struct tipc_bearer *b; in tipc_udp_recv() 340 static int tipc_udp_enable(struct net *net, struct tipc_bearer *b, in tipc_udp_enable() 421 static void tipc_udp_disable(struct tipc_bearer *b) in tipc_udp_disable()
|
D | core.h | 90 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
|
D | bcast.c | 595 struct tipc_bearer *unused1, in tipc_bcbearer_send() 624 struct tipc_bearer *p = bcbearer->bpairs[bp_index].primary; in tipc_bcbearer_send() 625 struct tipc_bearer *s = bcbearer->bpairs[bp_index].secondary; in tipc_bcbearer_send() 626 struct tipc_bearer *bp[2] = {p, s}; in tipc_bcbearer_send() 627 struct tipc_bearer *b = bp[msg_link_selector(msg)]; in tipc_bcbearer_send() 670 struct tipc_bearer *b; in tipc_bcbearer_sort()
|
D | link.h | 213 struct tipc_bearer *b_ptr,
|
D | link.c | 224 struct tipc_bearer *b_ptr, in tipc_link_create() 1038 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b_ptr) in tipc_rcv() 1813 struct tipc_bearer *b_ptr; in link_print()
|
/linux-4.1.27/include/linux/ |
D | netdevice.h | 1621 struct tipc_bearer __rcu *tipc_ptr;
|