Searched refs:tipc_node (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/net/tipc/ |
H A D | node.c | 117 struct tipc_node { struct 209 struct tipc_node *n; in tipc_node_get_mtu() 235 struct tipc_node *n; in tipc_node_get_id() 255 struct tipc_node *n; in tipc_node_get_capabilities() 294 struct tipc_node *n; in tipc_node_crypto_rx_by_addr() 303 struct tipc_node *n = container_of(rp, struct tipc_node, rcu); in tipc_node_free() 313 struct tipc_node *n = container_of(kref, struct tipc_node, kref); in tipc_node_kref_release() 357 struct tipc_node *n; in tipc_node_find_by_id() 660 struct tipc_node *n; in tipc_node_subscribe() 678 struct tipc_node *n; in tipc_node_unsubscribe() [all …]
|
H A D | node.h | 79 u32 tipc_node_get_addr(struct tipc_node *node); 80 char *tipc_node_get_id_str(struct tipc_node *node); 81 void tipc_node_put(struct tipc_node *node); 82 void tipc_node_get(struct tipc_node *node); 83 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id, 87 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n);
|
H A D | crypto.h | 160 struct tipc_node *node); 165 struct tipc_node *__dnode); 172 struct tipc_node *dest);
|
H A D | trace.h | 133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf); 329 TP_PROTO(struct tipc_node *n, bool more, const char *header), 351 TP_PROTO(struct tipc_node *n, bool more, const char *header), \
|
H A D | bcast.h | 42 struct tipc_node;
|
H A D | core.h | 71 struct tipc_node;
|
H A D | crypto.c | 205 struct tipc_node *node; 269 struct tipc_node *__dnode); 295 struct tipc_node *__dnode, u8 type); 735 struct tipc_node *__dnode) in tipc_aead_encrypt() 1458 struct tipc_node *node) in tipc_crypto_start() 1644 struct tipc_node *__dnode, u8 type) in tipc_crypto_clone_msg() 1682 struct tipc_node *__dnode) in tipc_crypto_xmit() 1896 struct tipc_node *n; in tipc_crypto_rcv_complete() 2192 struct tipc_node *dest) in tipc_crypto_key_distr()
|
H A D | bearer.h | 243 struct tipc_node *__dnode);
|
H A D | discover.c | 305 if (tipc_node(d->domain) && d->num_nodes) { in tipc_disc_timeout()
|
H A D | netlink_compat.c | 954 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_REF])); in tipc_nl_compat_name_table_dump() 1072 tipc_node(node), in tipc_nl_compat_sk_dump()
|
H A D | bearer.c | 587 struct tipc_node *__dnode) in tipc_bearer_xmit()
|
/openbmc/linux/include/uapi/linux/ |
H A D | tipc.h | 310 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function
|