]> Git Repo - linux.git/blobdiff - net/tipc/node.h
net: bgmac: Fix return value check for fixed_phy_register()
[linux.git] / net / tipc / node.h
index 9f6f13f1604f7a242dc0e7788ac81df85b62ec35..154a5bbb0d29da16e6e8b2e597b251360092d7d6 100644 (file)
@@ -79,12 +79,14 @@ bool tipc_node_get_id(struct net *net, u32 addr, u8 *id);
 u32 tipc_node_get_addr(struct tipc_node *node);
 char *tipc_node_get_id_str(struct tipc_node *node);
 void tipc_node_put(struct tipc_node *node);
+void tipc_node_get(struct tipc_node *node);
 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id,
                                   u16 capabilities, u32 hash_mixes,
                                   bool preliminary);
 #ifdef CONFIG_TIPC_CRYPTO
 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n);
 struct tipc_crypto *tipc_node_crypto_rx_by_list(struct list_head *pos);
+struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr);
 #endif
 u32 tipc_node_try_addr(struct net *net, u8 *id, u32 addr);
 void tipc_node_check_dest(struct net *net, u32 onode, u8 *peer_id128,
This page took 0.037388 seconds and 4 git commands to generate.