Home
last modified time | relevance | path

Searched refs:tipc_max_nodes (Results 1 – 6 of 6) sorted by relevance

/net/tipc/
Dnode.c362 tipc_max_nodes); in node_established_contact()
369 tipc_cltr_bcast_new_route(c_ptr, n_ptr->addr, 1, tipc_max_nodes); in node_established_contact()
417 tipc_max_nodes); in node_lost_contact()
423 tipc_max_nodes); in node_lost_contact()
531 mask = tipc_max_nodes; in tipc_node_select_router()
560 n_ptr->last_router = tipc_max_nodes / 32; in tipc_node_add_router()
574 n_ptr->last_router = tipc_max_nodes / 32; in tipc_node_remove_router()
639 payload_size = TLV_SPACE(sizeof(node_info)) * (tipc_max_nodes - 1); in tipc_node_get_nodes()
Dcluster.c71 max_nodes = tipc_max_nodes + 1; in tipc_cltr_create()
139 u32 max_n_num = tipc_max_nodes; in tipc_cltr_attach_node()
169 mask = tipc_max_nodes; in tipc_cltr_select_router()
202 u32 mask = tipc_max_nodes; in tipc_cltr_select_node()
507 assert(((lower >= 1) && (lower <= tipc_max_nodes)) || in tipc_cltr_multicast()
509 assert(((upper >= 1) && (upper <= tipc_max_nodes)) || in tipc_cltr_multicast()
Dcore.c92 int tipc_max_nodes; variable
195 tipc_max_nodes = delimit(CONFIG_TIPC_NODES, 8, 2047); in tipc_init()
Daddr.c63 u32 max_nodes = tipc_max_nodes; in tipc_addr_domain_valid()
Dconfig.c413 if (value == tipc_max_nodes) in cfg_set_max_nodes()
421 tipc_max_nodes = value; in cfg_set_max_nodes()
596 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_nodes); in tipc_cfg_do_cmd()
Dcore.h181 extern int tipc_max_nodes;