Home
last modified time | relevance | path

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

/net/tipc/
Dnode.h110 struct tipc_node { struct
132 struct tipc_node *tipc_node_find(u32 addr); argument
133 struct tipc_node *tipc_node_create(u32 addr);
135 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
136 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
137 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
138 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
139 int tipc_node_active_links(struct tipc_node *n_ptr);
140 int tipc_node_is_up(struct tipc_node *n_ptr);
144 void tipc_node_unlock(struct tipc_node *node);
[all …]
Dnode.c45 static void node_lost_contact(struct tipc_node *n_ptr);
46 static void node_established_contact(struct tipc_node *n_ptr);
75 struct tipc_node *tipc_node_find(u32 addr) in tipc_node_find()
77 struct tipc_node *node; in tipc_node_find()
93 struct tipc_node *tipc_node_create(u32 addr) in tipc_node_create()
95 struct tipc_node *n_ptr, *temp_node; in tipc_node_create()
130 static void tipc_node_delete(struct tipc_node *n_ptr) in tipc_node_delete()
141 struct tipc_node *node, *t_node; in tipc_node_stop()
151 struct tipc_node *node; in tipc_node_add_conn()
177 struct tipc_node *node; in tipc_node_remove_conn()
[all …]
Dbcast.h69 struct tipc_node;
90 struct tipc_node *tipc_bclink_retransmit_to(void);
91 void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked);
94 u32 tipc_bclink_acks_missing(struct tipc_node *n_ptr);
95 void tipc_bclink_update_link_state(struct tipc_node *n_ptr, u32 last_sent);
Daddr.c50 u32 n = tipc_node(addr); in tipc_addr_domain_valid()
70 return tipc_addr_domain_valid(addr) && tipc_node(addr); in tipc_addr_node_valid()
91 if (tipc_node(domain)) in tipc_addr_scope()
101 tipc_zone(addr), tipc_cluster(addr), tipc_node(addr)); in tipc_addr_string_fill()
Dbcast.c100 struct tipc_node node;
103 struct tipc_node *retransmit_to;
125 struct tipc_node *node = NULL; in tipc_bclink_unlock()
194 static void bclink_update_last_sent(struct tipc_node *node, u32 seqno) in bclink_update_last_sent()
206 struct tipc_node *tipc_bclink_retransmit_to(void) in tipc_bclink_retransmit_to()
246 void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked) in tipc_bclink_acknowledge()
325 void tipc_bclink_update_link_state(struct tipc_node *n_ptr, u32 last_sent) in tipc_bclink_update_link_state()
388 struct tipc_node *n_ptr = tipc_node_find(msg_destnode(msg)); in bclink_peek_nack()
454 static void bclink_accept_pkt(struct tipc_node *node, u32 seqno) in bclink_accept_pkt()
481 struct tipc_node *node; in tipc_bclink_rcv()
[all …]
Dlink.c81 static int tipc_link_tunnel_rcv(struct tipc_node *n_ptr,
88 static void tipc_link_sync_rcv(struct tipc_node *n, struct sk_buff *buf);
217 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, in tipc_link_create()
250 tipc_node(tipc_own_addr), in tipc_link_create()
252 tipc_zone(peer), tipc_cluster(peer), tipc_node(peer)); in tipc_link_create()
294 struct tipc_node *n_ptr; in tipc_link_delete_list()
406 struct tipc_node *owner = l_ptr->owner; in tipc_link_reset()
457 struct tipc_node *n_ptr; in tipc_link_reset_list()
783 struct tipc_node *node; in tipc_link_xmit()
836 static void tipc_link_sync_rcv(struct tipc_node *n, struct sk_buff *buf) in tipc_link_sync_rcv()
[all …]
Dlink.h146 struct tipc_node *owner;
209 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr,
226 void tipc_link_reset_all(struct tipc_node *node);
Dnode_subscr.h52 struct tipc_node *node;
Ddiscover.c115 struct tipc_node *node; in tipc_disc_rcv()
309 if (tipc_node(req->domain) && req->num_nodes) { in disc_timeout()
Dname_distr.c120 struct tipc_node *node; in named_cluster_distribute()
Dname_table.c782 tipc_node(publ->node), publ->ref); in subseq_list()
Dsocket.c2217 tipc_node(tipc_own_addr), tsk->ref); in tipc_sk_show()
2229 tipc_node(destnode), dport); in tipc_sk_show()