Home
last modified time | relevance | path

Searched refs:tipc_node (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/tipc/
Dnode.c102 struct tipc_node { struct
154 static void __tipc_node_link_down(struct tipc_node *n, int *bearer_id,
157 static void tipc_node_link_down(struct tipc_node *n, int bearer_id,
159 static void node_lost_contact(struct tipc_node *n, struct sk_buff_head *inputq);
160 static void tipc_node_delete(struct tipc_node *node);
162 static void tipc_node_fsm_evt(struct tipc_node *n, int evt);
163 static struct tipc_node *tipc_node_find(struct net *net, u32 addr);
164 static struct tipc_node *tipc_node_find_by_id(struct net *net, u8 *id);
165 static void tipc_node_put(struct tipc_node *node);
166 static bool node_is_up(struct tipc_node *n);
[all …]
Dbcast.h42 struct tipc_node;
Dcore.h63 struct tipc_node;
Ddiscover.c298 if (tipc_node(d->domain) && d->num_nodes) { in tipc_disc_timeout()
Dnetlink_compat.c851 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_REF])); in tipc_nl_compat_name_table_dump()
961 tipc_node(node), in tipc_nl_compat_sk_dump()
/Linux-v4.19/include/uapi/linux/
Dtipc.h285 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function