Searched refs:tipc_bearer (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/net/tipc/ |
A D | bearer.h | 83 struct tipc_bearer; 106 struct tipc_bearer *b, 108 int (*enable_media)(struct net *net, struct tipc_bearer *b, 110 void (*disable_media)(struct tipc_bearer *b); 115 int (*msg2addr)(struct tipc_bearer *b, 118 int (*raw2addr)(struct tipc_bearer *b, 156 struct tipc_bearer { struct 220 bool tipc_bearer_hold(struct tipc_bearer *b); 221 void tipc_bearer_put(struct tipc_bearer *b); 222 void tipc_disable_l2_media(struct tipc_bearer *b); [all …]
|
A D | bearer.c | 180 struct tipc_bearer *b; in tipc_bearer_find() 199 struct tipc_bearer *b; in tipc_bearer_get_name() 215 struct tipc_bearer *b; in tipc_bearer_add_dest() 227 struct tipc_bearer *b; in tipc_bearer_remove_dest() 253 struct tipc_bearer *b; in tipc_enable_bearer() 521 struct tipc_bearer *b; in tipc_bearer_bcast_support() 534 struct tipc_bearer *b; in tipc_bearer_mtu() 551 struct tipc_bearer *b; in tipc_bearer_xmit_skb() 574 struct tipc_bearer *b; in tipc_bearer_xmit() 607 struct tipc_bearer *b; in tipc_bearer_bc_xmit() [all …]
|
A 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);
|
A 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);
|
A D | discover.c | 82 u32 mtyp, struct tipc_bearer *b) in tipc_disc_init_msg() 105 struct tipc_bearer *b) in tipc_disc_msg_xmit() 126 static void disc_dupl_alert(struct tipc_bearer *b, u32 node_addr, in disc_dupl_alert() 143 struct tipc_bearer *b, in tipc_disc_addr_trial_msg() 194 struct tipc_bearer *b) in tipc_disc_rcv() 350 int tipc_disc_create(struct net *net, struct tipc_bearer *b, in tipc_disc_create() 401 void tipc_disc_reset(struct net *net, struct tipc_bearer *b) in tipc_disc_reset()
|
A D | udp_media.c | 99 struct tipc_bearer __rcu *bearer; 144 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr() 232 struct tipc_bearer *b, in tipc_udp_send_msg() 279 static bool tipc_udp_is_known_peer(struct tipc_bearer *b, in tipc_udp_is_known_peer() 299 static int tipc_udp_rcast_add(struct tipc_bearer *b, in tipc_udp_rcast_add() 331 static int tipc_udp_rcast_disc(struct tipc_bearer *b, struct sk_buff *skb) in tipc_udp_rcast_disc() 372 struct tipc_bearer *b; in tipc_udp_recv() 461 struct tipc_bearer *b; in tipc_udp_nl_dump_remoteip() 623 int tipc_udp_nl_bearer_add(struct tipc_bearer *b, struct nlattr *attr) in tipc_udp_nl_bearer_add() 661 static int tipc_udp_enable(struct net *net, struct tipc_bearer *b, in tipc_udp_enable() [all …]
|
A D | ib_media.c | 68 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()
|
A D | eth_media.c | 61 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()
|
A D | crypto.h | 164 struct tipc_bearer *b, struct tipc_media_addr *dst, 167 struct sk_buff **skb, struct tipc_bearer *b);
|
A D | core.h | 72 struct tipc_bearer; 116 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
|
A D | node.h | 93 struct tipc_bearer *bearer, 98 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, int prop);
|
A D | crypto.c | 241 struct tipc_bearer *bearer; 248 struct tipc_bearer *bearer; 267 struct tipc_bearer *b, 272 struct sk_buff *skb, struct tipc_bearer *b); 293 struct tipc_bearer *b, 297 struct tipc_bearer *b, 733 struct tipc_bearer *b, in tipc_aead_encrypt() 837 struct tipc_bearer *b = tx_ctx->bearer; in tipc_aead_encrypt_done() 961 struct tipc_bearer *b = rx_ctx->bearer; in tipc_aead_decrypt_done() 1642 struct tipc_bearer *b, in tipc_crypto_clone_msg() [all …]
|
A D | trace.h | 397 TP_PROTO(struct net_device *dev, struct tipc_bearer *b,
|
A D | node.c | 1171 u8 *peer_id, struct tipc_bearer *b, in tipc_node_check_dest() 2085 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b) in tipc_rcv() 2206 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, in tipc_node_apply_property()
|
A D | netlink_compat.c | 806 struct tipc_bearer *bearer; in tipc_nl_compat_link_set()
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 2177 struct tipc_bearer __rcu *tipc_ptr;
|
Completed in 42 milliseconds