Searched refs:tipc_node (Results 1 – 11 of 11) sorted by relevance
/net/tipc/ |
D | node.c | 117 struct tipc_node { struct 176 static void __tipc_node_link_down(struct tipc_node *n, int *bearer_id, 179 static void tipc_node_link_down(struct tipc_node *n, int bearer_id, 181 static void node_lost_contact(struct tipc_node *n, struct sk_buff_head *inputq); 182 static void tipc_node_delete(struct tipc_node *node); 184 static void tipc_node_fsm_evt(struct tipc_node *n, int evt); 185 static struct tipc_node *tipc_node_find(struct net *net, u32 addr); 186 static struct tipc_node *tipc_node_find_by_id(struct net *net, u8 *id); 187 static bool node_is_up(struct tipc_node *n); 188 static void tipc_node_delete_from_list(struct tipc_node *node); [all …]
|
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);
|
D | crypto.h | 160 struct tipc_node *node); 165 struct tipc_node *__dnode); 172 struct tipc_node *dest);
|
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), \
|
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() 1469 struct tipc_node *node) in tipc_crypto_start() 1655 struct tipc_node *__dnode, u8 type) in tipc_crypto_clone_msg() 1693 struct tipc_node *__dnode) in tipc_crypto_xmit() 1907 struct tipc_node *n; in tipc_crypto_rcv_complete() 2203 struct tipc_node *dest) in tipc_crypto_key_distr()
|
D | bcast.h | 42 struct tipc_node;
|
D | core.h | 71 struct tipc_node;
|
D | bearer.h | 242 struct tipc_node *__dnode);
|
D | discover.c | 305 if (tipc_node(d->domain) && d->num_nodes) { in tipc_disc_timeout()
|
D | netlink_compat.c | 958 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_REF])); in tipc_nl_compat_name_table_dump() 1076 tipc_node(node), in tipc_nl_compat_sk_dump()
|
D | bearer.c | 572 struct tipc_node *__dnode) in tipc_bearer_xmit()
|