Home
last modified time | relevance | path

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

/linux-4.4.14/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
179 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b_ptr); argument
206 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b,
208 void tipc_disable_l2_media(struct tipc_bearer *b);
[all …]
Dbearer.c74 static void bearer_disable(struct net *net, struct tipc_bearer *b_ptr);
175 struct tipc_bearer *tipc_bearer_find(struct net *net, const char *name) in tipc_bearer_find()
178 struct tipc_bearer *b_ptr; in tipc_bearer_find()
192 struct tipc_bearer *b_ptr; in tipc_bearer_add_dest()
204 struct tipc_bearer *b_ptr; in tipc_bearer_remove_dest()
221 struct tipc_bearer *b_ptr; in tipc_enable_bearer()
339 static int tipc_reset_bearer(struct net *net, struct tipc_bearer *b_ptr) in tipc_reset_bearer()
352 static void bearer_disable(struct net *net, struct tipc_bearer *b_ptr) in bearer_disable()
374 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b, in tipc_enable_l2_media()
401 void tipc_disable_l2_media(struct tipc_bearer *b) in tipc_disable_l2_media()
[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);
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()
270 int tipc_disc_create(struct net *net, struct tipc_bearer *b_ptr, in tipc_disc_create()
319 void tipc_disc_reset(struct net *net, struct tipc_bearer *b_ptr) in tipc_disc_reset()
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()
Dudp_media.c89 struct tipc_bearer __rcu *bearer;
128 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr()
152 struct tipc_bearer *b, in tipc_udp_send_msg()
226 struct tipc_bearer *b; in tipc_udp_recv()
347 static int tipc_udp_enable(struct net *net, struct tipc_bearer *b, in tipc_udp_enable()
428 static void tipc_udp_disable(struct tipc_bearer *b) in tipc_udp_disable()
Dcore.h64 struct tipc_bearer;
92 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
Dnode.h137 struct tipc_bearer *bearer,
Dnode.c504 struct tipc_bearer *b, in tipc_node_check_dest()
1273 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b) in tipc_rcv()
Dnetlink_compat.c685 struct tipc_bearer *bearer; in tipc_nl_compat_link_set()
/linux-4.4.14/include/linux/
Dnetdevice.h1657 struct tipc_bearer __rcu *tipc_ptr;