Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dnode.h108 struct tipc_node { struct
133 struct tipc_node *tipc_node_find(struct net *net, u32 addr); argument
134 void tipc_node_put(struct tipc_node *node);
142 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
143 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
144 bool tipc_node_is_up(struct tipc_node *n);
147 void tipc_node_unlock(struct tipc_node *node);
156 static inline void tipc_node_lock(struct tipc_node *node) in tipc_node_lock()
161 static inline struct tipc_link *node_active_link(struct tipc_node *n, int sel) in node_active_link()
173 struct tipc_node *n; in tipc_node_get_mtu()
Dnode.c69 static void __tipc_node_link_down(struct tipc_node *n, int *bearer_id,
72 static void tipc_node_link_down(struct tipc_node *n, int bearer_id,
74 static void node_lost_contact(struct tipc_node *n, struct sk_buff_head *inputq);
75 static void tipc_node_delete(struct tipc_node *node);
77 static void tipc_node_fsm_evt(struct tipc_node *n, int evt);
105 struct tipc_node *node = container_of(kref, struct tipc_node, kref); in tipc_node_kref_release()
110 void tipc_node_put(struct tipc_node *node) in tipc_node_put()
115 static void tipc_node_get(struct tipc_node *node) in tipc_node_get()
123 struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find()
126 struct tipc_node *node; in tipc_node_find()
[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()
Dname_distr.c91 struct tipc_node *node; in named_cluster_distribute()
232 struct tipc_node *node; in tipc_publ_subscribe()
253 struct tipc_node *node; in tipc_publ_unsubscribe()
Dbcast.h42 struct tipc_node;
Dcore.h63 struct tipc_node;
Dlink.c283 tipc_zone(ownnode), tipc_cluster(ownnode), tipc_node(ownnode), in tipc_link_create()
284 if_name, tipc_zone(peer), tipc_cluster(peer), tipc_node(peer)); in tipc_link_create()
1537 static struct tipc_node *tipc_link_find_owner(struct net *net, in tipc_link_find_owner()
1543 struct tipc_node *n_ptr; in tipc_link_find_owner()
1544 struct tipc_node *found_node = NULL; in tipc_link_find_owner()
1636 struct tipc_node *node; in tipc_nl_link_set()
1845 struct tipc_node *node, u32 *prev_link) in __tipc_nl_add_node_links()
1870 struct tipc_node *node; in tipc_nl_link_dump()
1963 struct tipc_node *node; in tipc_nl_link_get()
1995 struct tipc_node *node; in tipc_nl_link_reset_stats()
Ddiscover.c233 if (tipc_node(req->domain) && req->num_nodes) { in disc_timeout()
Dnetlink_compat.c798 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_REF])); in tipc_nl_compat_name_table_dump()
895 tipc_node(node), in tipc_nl_compat_sk_dump()
/linux-4.4.14/include/uapi/linux/
Dtipc.h80 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function