Searched refs:tipc_node (Results 1 – 7 of 7) sorted by relevance
/net/tipc/ |
D | node.c | 103 struct tipc_node { struct 155 static void __tipc_node_link_down(struct tipc_node *n, int *bearer_id, 158 static void tipc_node_link_down(struct tipc_node *n, int bearer_id, 160 static void node_lost_contact(struct tipc_node *n, struct sk_buff_head *inputq); 161 static void tipc_node_delete(struct tipc_node *node); 163 static void tipc_node_fsm_evt(struct tipc_node *n, int evt); 164 static struct tipc_node *tipc_node_find(struct net *net, u32 addr); 165 static struct tipc_node *tipc_node_find_by_id(struct net *net, u8 *id); 166 static void tipc_node_put(struct tipc_node *node); 167 static bool node_is_up(struct tipc_node *n); [all …]
|
D | trace.h | 133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf); 326 TP_PROTO(struct tipc_node *n, bool more, const char *header), 348 TP_PROTO(struct tipc_node *n, bool more, const char *header), \
|
D | bcast.h | 42 struct tipc_node;
|
D | core.h | 69 struct tipc_node;
|
D | node.h | 74 u32 tipc_node_get_addr(struct tipc_node *node);
|
D | discover.c | 299 if (tipc_node(d->domain) && d->num_nodes) { in tipc_disc_timeout()
|
D | netlink_compat.c | 924 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_REF])); in tipc_nl_compat_name_table_dump() 1042 tipc_node(node), in tipc_nl_compat_sk_dump()
|