Searched refs:tipc_bearer (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/net/tipc/ |
| D | bearer.h | 83 struct tipc_bearer; 105 struct tipc_bearer *b, 107 int (*enable_media)(struct net *net, struct tipc_bearer *b, 109 void (*disable_media)(struct tipc_bearer *b); 114 int (*msg2addr)(struct tipc_bearer *b, 117 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); argument 211 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b, 213 void tipc_disable_l2_media(struct tipc_bearer *b); [all …]
|
| D | bearer.c | 61 static struct tipc_bearer *bearer_get(struct net *net, int bearer_id) in bearer_get() 68 static void bearer_disable(struct net *net, struct tipc_bearer *b); 172 struct tipc_bearer *tipc_bearer_find(struct net *net, const char *name) in tipc_bearer_find() 175 struct tipc_bearer *b; in tipc_bearer_find() 194 struct tipc_bearer *b; in tipc_bearer_get_name() 210 struct tipc_bearer *b; in tipc_bearer_add_dest() 222 struct tipc_bearer *b; in tipc_bearer_remove_dest() 241 struct tipc_bearer *b; in tipc_enable_bearer() 346 static int tipc_reset_bearer(struct net *net, struct tipc_bearer *b) in tipc_reset_bearer() 359 static void bearer_disable(struct net *net, struct tipc_bearer *b) in bearer_disable() [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 | udp_media.h | 44 int tipc_udp_nl_bearer_add(struct tipc_bearer *b, struct nlattr *attr); 45 int tipc_udp_nl_add_bearer_data(struct tipc_nl_msg *msg, struct tipc_bearer *b);
|
| D | discover.c | 81 u32 mtyp, struct tipc_bearer *b) in tipc_disc_init_msg() 103 struct tipc_bearer *b) in tipc_disc_msg_xmit() 124 static void disc_dupl_alert(struct tipc_bearer *b, u32 node_addr, in disc_dupl_alert() 141 struct tipc_bearer *b, in tipc_disc_addr_trial_msg() 192 struct tipc_bearer *b) in tipc_disc_rcv() 344 int tipc_disc_create(struct net *net, struct tipc_bearer *b, in tipc_disc_create() 396 void tipc_disc_reset(struct net *net, struct tipc_bearer *b) in tipc_disc_reset()
|
| D | udp_media.c | 92 struct tipc_bearer __rcu *bearer; 137 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr() 218 struct tipc_bearer *b, in tipc_udp_send_msg() 265 static bool tipc_udp_is_known_peer(struct tipc_bearer *b, in tipc_udp_is_known_peer() 285 static int tipc_udp_rcast_add(struct tipc_bearer *b, in tipc_udp_rcast_add() 317 static int tipc_udp_rcast_disc(struct tipc_bearer *b, struct sk_buff *skb) in tipc_udp_rcast_disc() 358 struct tipc_bearer *b; in tipc_udp_recv() 444 struct tipc_bearer *b; in tipc_udp_nl_dump_remoteip() 528 int tipc_udp_nl_add_bearer_data(struct tipc_nl_msg *msg, struct tipc_bearer *b) in tipc_udp_nl_add_bearer_data() 610 int tipc_udp_nl_bearer_add(struct tipc_bearer *b, struct nlattr *attr) in tipc_udp_nl_bearer_add() [all …]
|
| 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 | core.h | 70 struct tipc_bearer; 111 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
|
| D | node.h | 77 struct tipc_bearer *bearer, 82 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, int prop);
|
| D | trace.h | 394 TP_PROTO(struct net_device *dev, struct tipc_bearer *b,
|
| D | node.c | 981 u8 *peer_id, struct tipc_bearer *b, in tipc_node_check_dest() 1800 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b) in tipc_rcv() 1894 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, in tipc_node_apply_property()
|
| D | netlink_compat.c | 777 struct tipc_bearer *bearer; in tipc_nl_compat_link_set()
|
| /Linux-v5.4/include/linux/ |
| D | netdevice.h | 1912 struct tipc_bearer __rcu *tipc_ptr;
|