Home
last modified time | relevance | path

Searched defs:n_ptr (Results 1 – 7 of 7) sorted by relevance

/net/tipc/
Dnode.c94 struct tipc_node *n_ptr, *temp_node; in tipc_node_create() local
133 void tipc_node_delete(struct tipc_node *n_ptr) in tipc_node_delete()
147 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_up()
179 static void node_select_active_links(struct tipc_node *n_ptr) in node_select_active_links()
206 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_down()
233 int tipc_node_active_links(struct tipc_node *n_ptr) in tipc_node_active_links()
238 int tipc_node_redundant_links(struct tipc_node *n_ptr) in tipc_node_redundant_links()
243 int tipc_node_is_up(struct tipc_node *n_ptr) in tipc_node_is_up()
248 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_attach_link()
255 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_detach_link()
[all …]
Dbcast.c199 void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked) in tipc_bclink_acknowledge()
278 void tipc_bclink_update_link_state(struct tipc_node *n_ptr, u32 last_sent) in tipc_bclink_update_link_state()
343 struct tipc_node *n_ptr = tipc_node_find(msg_destnode(msg)); in bclink_peek_nack() local
565 u32 tipc_bclink_acks_missing(struct tipc_node *n_ptr) in tipc_bclink_acks_missing()
Dnode.h121 static inline void tipc_node_lock(struct tipc_node *n_ptr) in tipc_node_lock()
126 static inline void tipc_node_unlock(struct tipc_node *n_ptr) in tipc_node_unlock()
Dname_distr.c133 struct tipc_node *n_ptr; in named_cluster_distribute() local
236 struct tipc_node *n_ptr; in tipc_named_node_up() local
Dlink.c295 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, in tipc_link_create()
928 struct tipc_node *n_ptr; in tipc_link_send() local
1000 struct tipc_node *n_ptr; in tipc_link_send_names() local
1068 struct tipc_node *n_ptr; in tipc_send_buf_fast() local
1421 struct tipc_node *n_ptr; in link_reset_all() local
1462 struct tipc_node *n_ptr; in link_retransmit_failure() local
1617 struct tipc_node *n_ptr; in tipc_recv_msg() local
2961 struct tipc_node *n_ptr; in tipc_link_get_max_pkt() local
Ddiscover.c118 struct tipc_node *n_ptr; in tipc_disc_recv_msg() local
Dbearer.c443 struct tipc_node *n_ptr = l_ptr->owner; in tipc_block_bearer() local