Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dbearer.h86 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 …]
Ddiscover.h42 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);
Dbearer.c74 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 …]
Dbcast.h54 struct tipc_bearer *primary;
55 struct tipc_bearer *secondary;
75 struct tipc_bearer bearer;
Dib_media.c66 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()
Deth_media.c61 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()
Ddiscover.c81 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()
Dudp_media.c87 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()
Dcore.h90 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
Dbcast.c595 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()
Dlink.h213 struct tipc_bearer *b_ptr,
Dlink.c224 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/
Dnetdevice.h1621 struct tipc_bearer __rcu *tipc_ptr;