Searched refs:tipc_bearer (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/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 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 …]
|
D | bearer.c | 74 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 …]
|
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 | 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() 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()
|
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 | udp_media.c | 89 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()
|
D | core.h | 64 struct tipc_bearer; 92 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
|
D | node.h | 137 struct tipc_bearer *bearer,
|
D | node.c | 504 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()
|
D | netlink_compat.c | 685 struct tipc_bearer *bearer; in tipc_nl_compat_link_set()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 1657 struct tipc_bearer __rcu *tipc_ptr;
|