Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
Dbearer.h83 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,
152 struct tipc_bearer { struct
182 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b); argument
214 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b,
216 bool tipc_bearer_hold(struct tipc_bearer *b);
[all …]
Dbearer.c62 static struct tipc_bearer *bearer_get(struct net *net, int bearer_id) in bearer_get()
69 static void bearer_disable(struct net *net, struct tipc_bearer *b);
173 struct tipc_bearer *tipc_bearer_find(struct net *net, const char *name) in tipc_bearer_find()
176 struct tipc_bearer *b; in tipc_bearer_find()
195 struct tipc_bearer *b; in tipc_bearer_get_name()
211 struct tipc_bearer *b; in tipc_bearer_add_dest()
223 struct tipc_bearer *b; in tipc_bearer_remove_dest()
243 struct tipc_bearer *b; in tipc_enable_bearer()
367 static int tipc_reset_bearer(struct net *net, struct tipc_bearer *b) in tipc_reset_bearer()
375 bool tipc_bearer_hold(struct tipc_bearer *b) in tipc_bearer_hold()
[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);
Dudp_media.h44 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);
Ddiscover.c81 u32 mtyp, struct tipc_bearer *b) in tipc_disc_init_msg()
104 struct tipc_bearer *b) in tipc_disc_msg_xmit()
125 static void disc_dupl_alert(struct tipc_bearer *b, u32 node_addr, in disc_dupl_alert()
142 struct tipc_bearer *b, in tipc_disc_addr_trial_msg()
193 struct tipc_bearer *b) in tipc_disc_rcv()
349 int tipc_disc_create(struct net *net, struct tipc_bearer *b, in tipc_disc_create()
400 void tipc_disc_reset(struct net *net, struct tipc_bearer *b) in tipc_disc_reset()
Dudp_media.c93 struct tipc_bearer __rcu *bearer;
138 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr()
226 struct tipc_bearer *b, in tipc_udp_send_msg()
273 static bool tipc_udp_is_known_peer(struct tipc_bearer *b, in tipc_udp_is_known_peer()
293 static int tipc_udp_rcast_add(struct tipc_bearer *b, in tipc_udp_rcast_add()
325 static int tipc_udp_rcast_disc(struct tipc_bearer *b, struct sk_buff *skb) in tipc_udp_rcast_disc()
366 struct tipc_bearer *b; in tipc_udp_recv()
453 struct tipc_bearer *b; in tipc_udp_nl_dump_remoteip()
533 int tipc_udp_nl_add_bearer_data(struct tipc_nl_msg *msg, struct tipc_bearer *b) in tipc_udp_nl_add_bearer_data()
615 int tipc_udp_nl_bearer_add(struct tipc_bearer *b, struct nlattr *attr) in tipc_udp_nl_bearer_add()
[all …]
Dib_media.c68 static int tipc_ib_raw2addr(struct tipc_bearer *b, in tipc_ib_raw2addr()
81 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()
73 static int tipc_eth_msg2addr(struct tipc_bearer *b, in tipc_eth_msg2addr()
Dcrypto.h164 struct tipc_bearer *b, struct tipc_media_addr *dst,
167 struct sk_buff **skb, struct tipc_bearer *b);
Dcore.h71 struct tipc_bearer;
115 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
Dnode.h93 struct tipc_bearer *bearer,
98 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, int prop);
Dcrypto.c237 struct tipc_bearer *bearer;
244 struct tipc_bearer *bearer;
263 struct tipc_bearer *b,
268 struct sk_buff *skb, struct tipc_bearer *b);
289 struct tipc_bearer *b,
293 struct tipc_bearer *b,
726 struct tipc_bearer *b, in tipc_aead_encrypt()
841 struct tipc_bearer *b = tx_ctx->bearer; in tipc_aead_encrypt_done()
882 struct sk_buff *skb, struct tipc_bearer *b) in tipc_aead_decrypt()
965 struct tipc_bearer *b = rx_ctx->bearer; in tipc_aead_decrypt_done()
[all …]
Dtrace.h397 TP_PROTO(struct net_device *dev, struct tipc_bearer *b,
Dnode.c1144 u8 *peer_id, struct tipc_bearer *b, in tipc_node_check_dest()
2054 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b) in tipc_rcv()
2175 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, in tipc_node_apply_property()
Dnetlink_compat.c807 struct tipc_bearer *bearer; in tipc_nl_compat_link_set()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h2030 struct tipc_bearer __rcu *tipc_ptr;