Searched refs:tipc_node (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnode.h46 * struct tipc_node - TIPC node structure
71 struct tipc_node { struct
75 struct tipc_node *next;
97 extern struct tipc_node *tipc_nodes;
100 struct tipc_node *tipc_node_create(u32 addr);
101 void tipc_node_delete(struct tipc_node *n_ptr);
102 struct tipc_node *tipc_node_attach_link(struct link *l_ptr);
103 void tipc_node_detach_link(struct tipc_node *n_ptr, struct link *l_ptr);
104 void tipc_node_link_down(struct tipc_node *n_ptr, struct link *l_ptr);
105 void tipc_node_link_up(struct tipc_node *n_pt
[all...]
H A Daddr.c60 u32 n = tipc_node(addr);
92 return (tipc_addr_domain_valid(addr) && tipc_node(addr));
114 if (tipc_node(domain))
124 tipc_zone(addr), tipc_cluster(addr), tipc_node(addr));
H A Dbcast.h71 struct tipc_node;
95 void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked);
99 u32 tipc_bclink_acks_missing(struct tipc_node *n_ptr);
100 void tipc_bclink_check_gap(struct tipc_node *n_ptr, u32 seqno);
H A Dcluster.h57 struct tipc_node **nodes;
63 extern struct tipc_node **tipc_local_nodes;
69 struct tipc_node *tipc_cltr_select_node(struct cluster *c_ptr, u32 selector);
74 void tipc_cltr_attach_node(struct cluster *c_ptr, struct tipc_node *n_ptr);
H A Dnode_subscr.h53 struct tipc_node *node;
H A Dnet.h58 struct tipc_node *tipc_net_select_remote_node(u32 addr, u32 ref);
H A Dnode.c49 void node_print(struct print_buf *buf, struct tipc_node *n_ptr, char *str);
50 static void node_lost_contact(struct tipc_node *n_ptr);
51 static void node_established_contact(struct tipc_node *n_ptr);
53 struct tipc_node *tipc_nodes = NULL; /* sorted list of nodes within cluster */
69 struct tipc_node *tipc_node_create(u32 addr)
72 struct tipc_node *n_ptr;
73 struct tipc_node **curr_node;
123 void tipc_node_delete(struct tipc_node *n_ptr)
140 void tipc_node_link_up(struct tipc_node *n_ptr, struct link *l_ptr)
174 static void node_select_active_links(struct tipc_node *n_pt
[all...]
H A Daddr.h42 return tipc_node(tipc_own_addr);
H A Dzone.h57 struct tipc_node *tipc_zone_select_remote_node(struct _zone *z_ptr, u32 addr, u32 ref);
H A Dcluster.c51 struct tipc_node **tipc_local_nodes = NULL;
118 struct tipc_node *n_ptr;
119 u32 n_num = tipc_node(addr) + 1;
128 for (n_num = 1; n_num < tipc_node(addr); n_num++) {
136 void tipc_cltr_attach_node(struct cluster *c_ptr, struct tipc_node *n_ptr)
138 u32 n_num = tipc_node(n_ptr->addr);
199 struct tipc_node *tipc_cltr_select_node(struct cluster *c_ptr, u32 selector)
382 struct tipc_node *n_ptr;
446 n_ptr = c_ptr->nodes[tipc_node(rem_node)];
460 n_ptr = c_ptr->nodes[tipc_node(rem_nod
[all...]
H A Dzone.c114 struct tipc_node *tipc_zone_select_remote_node(struct _zone *z_ptr, u32 addr, u32 ref)
117 struct tipc_node *n_ptr;
H A Dbcast.c113 struct tipc_node node;
152 static void bclink_set_gap(struct tipc_node *n_ptr)
205 void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked)
253 static void bclink_send_ack(struct tipc_node *n_ptr)
267 static void bclink_send_nack(struct tipc_node *n_ptr)
311 void tipc_bclink_check_gap(struct tipc_node *n_ptr, u32 last_sent)
331 struct tipc_node *n_ptr = tipc_node_find(dest);
421 struct tipc_node* node = tipc_node_find(msg_prevnode(msg));
541 u32 tipc_bclink_acks_missing(struct tipc_node *n_ptr)
832 int n = tipc_node(nod
[all...]
H A Dnet.c122 struct tipc_node *tipc_net_select_remote_node(u32 addr, u32 ref)
H A Dlink.c408 tipc_node(tipc_own_addr),
410 tipc_zone(peer), tipc_cluster(peer), tipc_node(peer));
1071 struct tipc_node *n_ptr;
1142 struct tipc_node *n_ptr;
1186 struct tipc_node *node;
1280 struct tipc_node *node;
1552 struct tipc_node *n_ptr;
1598 struct tipc_node *n_ptr;
1760 struct tipc_node *n_ptr;
2861 static struct link *link_find_link(const char *name, struct tipc_node **nod
[all...]
H A Ddiscover.c178 struct tipc_node *n_ptr = tipc_node_find(orig);
H A Dlink.h119 struct tipc_node *owner;
H A Dname_distr.c196 tipc_cluster(node), tipc_node(node));
H A Dbearer.c616 struct tipc_node *n_ptr = l_ptr->owner;
H A Dport.c661 tipc_node(tipc_own_addr), p_ptr->publ.ref);
671 tipc_node(destnode), dport);
H A Dname_table.c893 tipc_node(publ->node), publ->ref);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtipc.h79 static inline unsigned int tipc_node(__u32 addr) function

Completed in 206 milliseconds