Home
last modified time | relevance | path

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

/net/tipc/
Dnode.c100 struct tipc_node { struct
149 static void __tipc_node_link_down(struct tipc_node *n, int *bearer_id,
152 static void tipc_node_link_down(struct tipc_node *n, int bearer_id,
154 static void node_lost_contact(struct tipc_node *n, struct sk_buff_head *inputq);
155 static void tipc_node_delete(struct tipc_node *node);
157 static void tipc_node_fsm_evt(struct tipc_node *n, int evt);
158 static struct tipc_node *tipc_node_find(struct net *net, u32 addr);
159 static void tipc_node_put(struct tipc_node *node);
160 static bool tipc_node_is_up(struct tipc_node *n);
169 static struct tipc_link *node_active_link(struct tipc_node *n, int sel) in node_active_link()
[all …]
Daddr.c93 u32 n = tipc_node(addr); in tipc_addr_domain_valid()
113 return tipc_addr_domain_valid(addr) && tipc_node(addr); in tipc_addr_node_valid()
134 if (tipc_node(domain)) in tipc_addr_scope()
144 tipc_zone(addr), tipc_cluster(addr), tipc_node(addr)); in tipc_addr_string_fill()
Dbcast.h42 struct tipc_node;
Dcore.h63 struct tipc_node;
Ddiscover.c236 if (tipc_node(req->domain) && req->num_nodes) { in disc_timeout()
Dnetlink_compat.c921 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_REF])); in tipc_nl_compat_name_table_dump()
1038 tipc_node(node), in tipc_nl_compat_sk_dump()
Dlink.c455 tipc_zone(ownnode), tipc_cluster(ownnode), tipc_node(ownnode), in tipc_link_create()
456 if_name, tipc_zone(peer), tipc_cluster(peer), tipc_node(peer)); in tipc_link_create()