• Home
  • Raw
  • Download

Lines Matching refs:node

337 	u32 node = p->sk.node;  in tipc_service_insert_publ()  local
351 if (_p->key == key && (!_p->sk.node || _p->sk.node == node)) { in tipc_service_insert_publ()
354 node, p->sk.ref, key); in tipc_service_insert_publ()
359 if (in_own_node(net, p->sk.node)) in tipc_service_insert_publ()
388 u32 node = sk->node; in tipc_service_remove_publ() local
391 if (p->key != key || (node && node != p->sk.node)) in tipc_service_remove_publ()
543 sk->node, sk->ref, key); in tipc_nametbl_remove_publ()
583 if (!tipc_in_scope(legacy, sk->node, self)) in tipc_nametbl_lookup_anycast()
594 if (sk->node == self) { in tipc_nametbl_lookup_anycast()
600 } else if (legacy && !sk->node && !list_empty(&r->local_publ)) { in tipc_nametbl_lookup_anycast()
654 if (p->sk.ref == exclude && p->sk.node == self) in tipc_nametbl_lookup_group()
656 tipc_dest_push(dsts, p->sk.node, p->sk.ref); in tipc_nametbl_lookup_group()
720 tipc_nlist_add(nodes, p->sk.node); in tipc_nametbl_lookup_mcast_nodes()
749 tipc_group_add_member(grp, p->sk.node, p->sk.ref, in tipc_nametbl_build_group()
1003 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_NODE, p->sk.node)) in __tipc_nl_add_nametable_publ()
1141 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port) in tipc_dest_find() argument
1146 if (dst->node == node && dst->port == port) in tipc_dest_find()
1152 bool tipc_dest_push(struct list_head *l, u32 node, u32 port) in tipc_dest_push() argument
1156 if (tipc_dest_find(l, node, port)) in tipc_dest_push()
1162 dst->node = node; in tipc_dest_push()
1168 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port) in tipc_dest_pop() argument
1177 if (node) in tipc_dest_pop()
1178 *node = dst->node; in tipc_dest_pop()
1184 bool tipc_dest_del(struct list_head *l, u32 node, u32 port) in tipc_dest_del() argument
1188 dst = tipc_dest_find(l, node, port); in tipc_dest_del()