Searched refs:TIPC_NODE_SCOPE (Results 1 – 9 of 9) sorted by relevance
83 if (likely(sc == TIPC_NODE_SCOPE)) in addr_domain()142 return TIPC_NODE_SCOPE; in tipc_addr_scope()
124 if (publ->scope == TIPC_NODE_SCOPE) in tipc_named_publish()148 if (publ->scope == TIPC_NODE_SCOPE) in tipc_named_withdraw()431 for (scope = TIPC_ZONE_SCOPE; scope <= TIPC_NODE_SCOPE; scope++) in tipc_named_reinit()
47 #define TIPC_PUBL_SCOPE_NUM (TIPC_NODE_SCOPE + 1)
345 saddr->scope = TIPC_NODE_SCOPE; in tipc_subscr_start()
479 if ((scope < TIPC_ZONE_SCOPE) || (scope > TIPC_NODE_SCOPE) || in tipc_nametbl_insert_publ()793 INIT_LIST_HEAD(&tipc_nametbl->publ_list[TIPC_NODE_SCOPE]); in tipc_nametbl_init()
103 saddr->scope = -TIPC_NODE_SCOPE; in tipc_conn_kref_release()
508 TIPC_NODE_SCOPE, link_id, addr); in tipc_node_unlock()
736 scope = TIPC_NODE_SCOPE; in tipc_sk_mcast_rcv()
100 #define TIPC_NODE_SCOPE 3 macro