Searched refs:tipc_node (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/net/tipc/ | 
| D | node.c | 103 struct tipc_node {  struct155 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()
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | tipc.h | 286 static inline unsigned int tipc_node(__u32 addr)  in tipc_node()  function
 |