tipc_node_find_by_id
n = tipc_node_find_by_id(net, id);
static struct tipc_node *tipc_node_find_by_id(struct net *net, u8 *id);
n = tipc_node_find_by_id(net, ehdr->id);
n = tipc_node_find_by_id(net, id) ?:
tipc_node_find_by_id(net, peer_id);